Uses of Interface
org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
Packages that use BlockingTaskAwareExecutorService
Package
Description
Implementations of different executors used for asynchronous operation.
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of BlockingTaskAwareExecutorService in org.infinispan.executors
Classes in org.infinispan.executors that implement BlockingTaskAwareExecutorServiceModifier and TypeClassDescriptionfinal class
A delegating executor that lazily constructs and initializes the underlying executor.Methods in org.infinispan.executors that return BlockingTaskAwareExecutorServiceModifier and TypeMethodDescriptionLazyInitializingBlockingTaskAwareExecutorService.getExecutorService()
-
Uses of BlockingTaskAwareExecutorService in org.infinispan.util.concurrent
Classes in org.infinispan.util.concurrent that implement BlockingTaskAwareExecutorServiceModifier and TypeClassDescriptionclass
A special executor service that accepts aBlockingRunnable
.