Uses of Interface
stormpot.Completion
Packages that use Completion
-
Uses of Completion in stormpot
Methods in stormpot that return CompletionModifier and TypeMethodDescriptionstatic CompletionCompletion.from(CompletionStage<?> stage) Translate the givenCompletionStageinto a StormpotCompletion.static CompletionCreate a completion using the given callback handler.Pool.shutdown()Initiate the shutdown process on this pool, and return aCompletioninstance representing the shutdown procedure.Pool.switchAllocator(Allocator<T> replacementAllocator) Initiate a switch from the current allocator to the given allocator. -
Uses of Completion in stormpot.internal
Classes in stormpot.internal that implement CompletionModifier and TypeClassDescriptionfinal classAn implementation ofCompletionbased on a wait-free stack.Methods in stormpot.internal that return CompletionModifier and TypeMethodDescriptionBlazePool.shutdown()ThreadedAllocationController.shutdown()BlazePool.switchAllocator(Allocator<T> replacementAllocator)