Uses of Class
org.apache.druid.segment.loading.AcquireSegmentResult
Packages that use AcquireSegmentResult
-
Uses of AcquireSegmentResult in org.apache.druid.segment.loading
Methods in org.apache.druid.segment.loading that return AcquireSegmentResultModifier and TypeMethodDescriptionstatic AcquireSegmentResultAcquireSegmentResult.cached(ReferenceCountedObjectProvider<Segment> provider) static AcquireSegmentResultAcquireSegmentResult.empty()Methods in org.apache.druid.segment.loading that return types with arguments of type AcquireSegmentResultModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AcquireSegmentResult>AcquireSegmentAction.getSegmentFuture()Get aReferenceCountedObjectProvider<Segment>to acquire a reference to an item that exists in the cache, or if necessary/possible, fetching it from deep storage.Constructor parameters in org.apache.druid.segment.loading with type arguments of type AcquireSegmentResultModifierConstructorDescriptionAcquireSegmentAction(Supplier<com.google.common.util.concurrent.ListenableFuture<AcquireSegmentResult>> segmentFutureSupplier, Closeable loadCleanup)