Uses of Class
org.apache.druid.segment.realtime.appenderator.SegmentSchemas
Packages that use SegmentSchemas
-
Uses of SegmentSchemas in org.apache.druid.client
Methods in org.apache.druid.client with parameters of type SegmentSchemasModifier and TypeMethodDescriptionFilteringSegmentCallback.segmentSchemasAnnounced(SegmentSchemas segmentSchemas) ServerView.BaseSegmentCallback.segmentSchemasAnnounced(SegmentSchemas segmentSchemas) ServerView.SegmentCallback.segmentSchemasAnnounced(SegmentSchemas segmentSchemas) Called when segment schema is announced.TimelineServerView.TimelineCallback.segmentSchemasAnnounced(SegmentSchemas segmentSchemas) Called when segment schema is announced. -
Uses of SegmentSchemas in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return SegmentSchemasMethods in org.apache.druid.server.coordination with parameters of type SegmentSchemasModifier and TypeMethodDescriptionvoidBatchDataSegmentAnnouncer.announceSegmentSchemas(String taskId, SegmentSchemas segmentSchemas, SegmentSchemas segmentSchemasChange) voidDataSegmentAnnouncer.announceSegmentSchemas(String taskId, SegmentSchemas segmentSchemas, SegmentSchemas segmentSchemasChange) Announces schema associated with all segments for the specified realtime task.voidNoopDataSegmentAnnouncer.announceSegmentSchemas(String taskId, SegmentSchemas segmentSchemas, SegmentSchemas segmentSchemasChange) Constructors in org.apache.druid.server.coordination with parameters of type SegmentSchemas