Uses of Interface
org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
Packages that use BlockingTaskAwareExecutorService
Package
Description
Implementations of different executors used for asynchronous operation.
Handling of inbound commands on remote nodes.
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 classA 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.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as BlockingTaskAwareExecutorServiceModifier and TypeFieldDescriptionprotected BlockingTaskAwareExecutorServiceBasePerCacheInboundInvocationHandler.blockingExecutorprotected BlockingTaskAwareExecutorServiceBasePerCacheInboundInvocationHandler.nonBlockingExecutor -
Uses of BlockingTaskAwareExecutorService in org.infinispan.util.concurrent
Classes in org.infinispan.util.concurrent that implement BlockingTaskAwareExecutorServiceModifier and TypeClassDescriptionclassA special executor service that accepts aBlockingRunnable.