Uses of Class
org.apache.druid.timeline.SegmentId
-
-
Uses of SegmentId in org.apache.druid.frame.segment
Methods in org.apache.druid.frame.segment that return SegmentId Modifier and Type Method Description SegmentIdFrameSegment. getId()Constructors in org.apache.druid.frame.segment with parameters of type SegmentId Constructor Description FrameSegment(Frame frame, FrameReader frameReader, SegmentId segmentId) -
Uses of SegmentId in org.apache.druid.java.util.common.logger
Method parameters in org.apache.druid.java.util.common.logger with type arguments of type SegmentId Modifier and Type Method Description voidLogger. infoSegmentIds(Stream<SegmentId> segments, String preamble) -
Uses of SegmentId in org.apache.druid.query
Constructors in org.apache.druid.query with parameters of type SegmentId Constructor Description BySegmentQueryRunner(SegmentId segmentId, org.joda.time.DateTime timestamp, QueryRunner<T> base) -
Uses of SegmentId in org.apache.druid.segment
Methods in org.apache.druid.segment that return SegmentId Modifier and Type Method Description SegmentIdArrayListSegment. getId()SegmentIdIncrementalIndexSegment. getId()SegmentIdQueryableIndexSegment. getId()SegmentIdReferenceCountingSegment. getId()SegmentIdRowBasedSegment. getId()SegmentIdSegment. getId()SegmentIdWrappedSegmentReference. getId()Methods in org.apache.druid.segment with parameters of type SegmentId Modifier and Type Method Description voidSegmentSchemaMapping. addSchema(SegmentId segmentId, SchemaPayloadPlus schemaPayloadPlus, String fingerprint)Add schema information for the segment.Constructors in org.apache.druid.segment with parameters of type SegmentId Constructor Description ArrayListSegment(SegmentId segmentId, ArrayList<RowType> rows, RowAdapter<RowType> rowAdapter, RowSignature rowSignature)Create a list-based segment.IncrementalIndexSegment(IncrementalIndex index, SegmentId segmentId)QueryableIndexSegment(QueryableIndex index, SegmentId segmentId)RowBasedSegment(SegmentId segmentId, Sequence<RowType> rowSequence, RowAdapter<RowType> rowAdapter, RowSignature rowSignature)Create a row-based segment. -
Uses of SegmentId in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return SegmentId Modifier and Type Method Description SegmentIdHashJoinSegment. getId() -
Uses of SegmentId in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return SegmentId Modifier and Type Method Description static SegmentIdSegmentId. dummy(String dataSource)Creates a dummy SegmentId with the given data source.static SegmentIdSegmentId. dummy(String dataSource, int partitionNum)Creates a dummy SegmentId with the given data source and partition number.SegmentIdDataSegment. getId()static SegmentIdSegmentId. merged(String dataSource, org.joda.time.Interval interval, int partitionNum)Creates a merged SegmentId for the given data source, interval and partition number.static SegmentIdSegmentId. of(String dataSource, org.joda.time.Interval interval, String version, int partitionNum)static SegmentIdSegmentId. of(String dataSource, org.joda.time.Interval interval, String version, ShardSpec shardSpec)static SegmentIdSegmentId. tryParse(String dataSource, String segmentId)Tries to parse a segment id from the given String representation, or returns null on failure.SegmentIdSegmentId. withInterval(org.joda.time.Interval newInterval)Methods in org.apache.druid.timeline that return types with arguments of type SegmentId Modifier and Type Method Description static Iterable<SegmentId>SegmentId. iterateAllPossibleParsings(String segmentId)Returns a (potentially empty) lazy iteration of all possible valid parsings of the given segment id string intoSegmentIdobjects.static List<SegmentId>SegmentId. iteratePossibleParsingsWithDataSource(String dataSource, String segmentId)Returns a list of either 0, 1 or 2 elements containing possible parsings if the given segment id String representation with the given data source name.Methods in org.apache.druid.timeline with parameters of type SegmentId Modifier and Type Method Description intSegmentId. compareTo(SegmentId o)Constructors in org.apache.druid.timeline with parameters of type SegmentId Constructor Description DataSegment(SegmentId segmentId, Map<String,Object> loadSpec, List<String> dimensions, List<String> metrics, ShardSpec shardSpec, CompactionState lastCompactionState, Integer binaryVersion, long size)
-