Uses of Class
org.apache.druid.server.coordination.ServerManager.SegmentReference
Packages that use ServerManager.SegmentReference
-
Uses of ServerManager.SegmentReference in org.apache.druid.server.coordination
Methods in org.apache.druid.server.coordination that return types with arguments of type ServerManager.SegmentReferenceModifier and TypeMethodDescriptionprotected List<ServerManager.SegmentReference>ServerManager.acquireAllSegments(VersionedIntervalTimeline<String, ReferenceCountedSegmentProvider> timeline, Iterable<SegmentDescriptor> segments, SegmentMapFunction segmentMapFn, Closer closer) For eachSegmentDescriptor, we try to fetch aReferenceCountedSegmentProviderfrom the suppliedVersionedIntervalTimelineand applySegmentMapFunctionto acquire a reference and transform the segment as appropriate for query processing, returning aServerManager.SegmentReferencewrapper.