Uses of Class
org.apache.druid.timeline.SegmentId
Packages that use SegmentId
Package
Description
-
Uses of SegmentId in org.apache.druid.common.utils
Methods in org.apache.druid.common.utils that return SegmentIdModifier and TypeMethodDescriptionstatic SegmentIdIdUtils.getValidSegmentId(String dataSource, String serializedSegmentId) Tries to parse the serialized ID as aSegmentIdof the given datasource.Methods in org.apache.druid.common.utils that return types with arguments of type SegmentId -
Uses of SegmentId in org.apache.druid.frame.segment
Methods in org.apache.druid.frame.segment that return 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 SegmentIdModifier and TypeMethodDescriptionvoidLogger.infoSegmentIds(Stream<SegmentId> segments, String preamble) -
Uses of SegmentId in org.apache.druid.query
Constructors in org.apache.druid.query with parameters of type SegmentIdModifierConstructorDescriptionBySegmentQueryRunner(SegmentId segmentId, org.joda.time.DateTime timestamp, QueryRunner<T> base) -
Uses of SegmentId in org.apache.druid.query.metadata.metadata
Constructors in org.apache.druid.query.metadata.metadata with parameters of type SegmentId -
Uses of SegmentId in org.apache.druid.segment
Methods in org.apache.druid.segment that return SegmentIdModifier and TypeMethodDescriptionIncrementalIndexSegment.getId()QueryableIndexSegment.getId()ReferenceCountedSegmentProvider.LeafReference.getId()RestrictedSegment.getId()RowBasedSegment.getId()Segment.getId()Returns theSegmentIdof this segment, if it is backed by a real table, otherwise returns null.WrappedSegment.getId()Methods in org.apache.druid.segment with parameters of type SegmentIdModifier and TypeMethodDescriptionvoidSegmentSchemaMapping.addSchema(SegmentId segmentId, SchemaPayloadPlus schemaPayloadPlus, String fingerprint) Add schema information for the segment.Constructors in org.apache.druid.segment with parameters of type SegmentIdModifierConstructorDescriptionIncrementalIndexSegment(IncrementalIndex index, SegmentId segmentId) QueryableIndexSegment(QueryableIndex index, SegmentId segmentId) -
Uses of SegmentId in org.apache.druid.segment.join
Methods in org.apache.druid.segment.join that return SegmentId -
Uses of SegmentId in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return SegmentIdModifier and TypeMethodDescriptionstatic SegmentIdCreates a dummy SegmentId with the given data source.static SegmentIdCreates a dummy SegmentId with the given data source and partition number.DataSegment.getId()static SegmentIdCreates a merged SegmentId for the given data source, interval and partition number.static SegmentIdstatic SegmentIdSegmentId.of(String dataSource, org.joda.time.Interval interval, String version, ShardSpec shardSpec) static SegmentIdTries to parse a segment id from the given String representation, or returns null on failure.SegmentId.withInterval(org.joda.time.Interval newInterval) Methods in org.apache.druid.timeline that return types with arguments of type SegmentIdModifier and TypeMethodDescriptionSegmentId.iterateAllPossibleParsings(String segmentId) Returns a (potentially empty) lazy iteration of all possible valid parsings of the given segment id string intoSegmentIdobjects.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