Uses of Class
org.apache.druid.segment.SegmentReference
Packages that use SegmentReference
-
Uses of SegmentReference in org.apache.druid.query
Methods in org.apache.druid.query that return types with arguments of type SegmentReferenceModifier and TypeMethodDescriptionLeafSegmentsBundle.getCachedSegments()List ofSegmentReferencefor segments which are already loaded in the segment cache.Constructor parameters in org.apache.druid.query with type arguments of type SegmentReferenceModifierConstructorDescriptionLeafSegmentsBundle(ArrayList<SegmentReference> cachedSegments, ArrayList<DataSegmentAndDescriptor> loadableSegments, ArrayList<SegmentDescriptor> missingSegments) -
Uses of SegmentReference in org.apache.druid.segment
Methods in org.apache.druid.segment that return SegmentReferenceModifier and TypeMethodDescriptionSegmentReference.map(SegmentMapFunction segmentMapFn) Maps the wrapped segment and returns a reference to it.static SegmentReferenceSegmentReference.missing(SegmentDescriptor segmentDescriptor)