Uses of Class
org.apache.druid.query.SegmentDescriptor
Packages that use SegmentDescriptor
Package
Description
-
Uses of SegmentDescriptor in org.apache.druid.query
Methods in org.apache.druid.query that return SegmentDescriptorModifier and TypeMethodDescriptionDataSegmentAndDescriptor.getDescriptor()PerSegmentQueryOptimizationContext.getSegmentDescriptor()Methods in org.apache.druid.query that return types with arguments of type SegmentDescriptorModifier and TypeMethodDescriptionLeafSegmentsBundle.getMissingSegments()List ofSegmentDescriptorwhich are not available in the cache (and cannot be downloaded because on demand download is not enabled or aDataSegmentAndDescriptorwas unavailable)Methods in org.apache.druid.query with parameters of type SegmentDescriptorModifier and TypeMethodDescriptionstatic DataSegmentAndDescriptorDataSegmentAndDescriptor.missing(SegmentDescriptor descriptor) Method parameters in org.apache.druid.query with type arguments of type SegmentDescriptorModifier and TypeMethodDescription<T> QueryRunner<T>QuerySegmentWalker.getQueryRunnerForSegments(Query<T> query, Iterable<SegmentDescriptor> specs) Gets the Queryable for a given list of SegmentDescriptors.static <T> Query<T>Queries.withSpecificSegments(Query<T> query, List<SegmentDescriptor> descriptors) Rewrite "query" to refer to some specific segment descriptors.Constructors in org.apache.druid.query with parameters of type SegmentDescriptorModifierConstructorDescriptionDataSegmentAndDescriptor(DataSegment dataSegment, SegmentDescriptor descriptor) PerSegmentQueryOptimizationContext(SegmentDescriptor segmentDescriptor) -
Uses of SegmentDescriptor in org.apache.druid.query.context
Methods in org.apache.druid.query.context that return types with arguments of type SegmentDescriptorMethod parameters in org.apache.druid.query.context with type arguments of type SegmentDescriptorModifier and TypeMethodDescriptionvoidResponseContext.addMissingSegments(List<SegmentDescriptor> descriptors) -
Uses of SegmentDescriptor in org.apache.druid.query.spec
Methods in org.apache.druid.query.spec that return SegmentDescriptorMethods in org.apache.druid.query.spec that return types with arguments of type SegmentDescriptorConstructors in org.apache.druid.query.spec with parameters of type SegmentDescriptorConstructor parameters in org.apache.druid.query.spec with type arguments of type SegmentDescriptor -
Uses of SegmentDescriptor in org.apache.druid.segment
Methods in org.apache.druid.segment that return SegmentDescriptorMethods in org.apache.druid.segment with parameters of type SegmentDescriptorModifier and TypeMethodDescriptionstatic SegmentReferenceSegmentReference.missing(SegmentDescriptor segmentDescriptor) Constructors in org.apache.druid.segment with parameters of type SegmentDescriptorModifierConstructorDescriptionSegmentReference(SegmentDescriptor segmentDescriptor, Optional<Segment> segmentReference, Closeable cleanupHold) -
Uses of SegmentDescriptor in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return SegmentDescriptorModifier and TypeMethodDescriptionDataSegment.toDescriptor()SegmentId.toDescriptor()Returns a descriptor that references the entire time range of the segment.