Uses of Class
org.apache.druid.query.SegmentDescriptor
-
Packages that use SegmentDescriptor Package Description org.apache.druid.query org.apache.druid.query.context org.apache.druid.query.spec org.apache.druid.timeline -
-
Uses of SegmentDescriptor in org.apache.druid.query
Methods in org.apache.druid.query that return SegmentDescriptor Modifier and Type Method Description SegmentDescriptorPerSegmentQueryOptimizationContext. getSegmentDescriptor()Method parameters in org.apache.druid.query with type arguments of type SegmentDescriptor Modifier and Type Method Description <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 SegmentDescriptor Constructor Description PerSegmentQueryOptimizationContext(SegmentDescriptor segmentDescriptor)ReferenceCountingSegmentQueryRunner(QueryRunnerFactory<T,Query<T>> factory, SegmentReference segment, SegmentDescriptor descriptor)ReportTimelineMissingSegmentQueryRunner(SegmentDescriptor descriptor)Constructor parameters in org.apache.druid.query with type arguments of type SegmentDescriptor Constructor Description ReportTimelineMissingSegmentQueryRunner(List<SegmentDescriptor> descriptors) -
Uses of SegmentDescriptor in org.apache.druid.query.context
Methods in org.apache.druid.query.context that return types with arguments of type SegmentDescriptor Modifier and Type Method Description List<SegmentDescriptor>ResponseContext. getMissingSegments()Method parameters in org.apache.druid.query.context with type arguments of type SegmentDescriptor Modifier and Type Method Description voidResponseContext. addMissingSegments(List<SegmentDescriptor> descriptors) -
Uses of SegmentDescriptor in org.apache.druid.query.spec
Methods in org.apache.druid.query.spec that return SegmentDescriptor Modifier and Type Method Description SegmentDescriptorSpecificSegmentSpec. getDescriptor()Methods in org.apache.druid.query.spec that return types with arguments of type SegmentDescriptor Modifier and Type Method Description List<SegmentDescriptor>MultipleSpecificSegmentSpec. getDescriptors()Constructors in org.apache.druid.query.spec with parameters of type SegmentDescriptor Constructor Description SpecificSegmentSpec(SegmentDescriptor descriptor)Constructor parameters in org.apache.druid.query.spec with type arguments of type SegmentDescriptor Constructor Description MultipleSpecificSegmentSpec(List<SegmentDescriptor> descriptors) -
Uses of SegmentDescriptor in org.apache.druid.timeline
Methods in org.apache.druid.timeline that return SegmentDescriptor Modifier and Type Method Description SegmentDescriptorDataSegment. toDescriptor()SegmentDescriptorSegmentId. toDescriptor()
-