Uses of Interface
org.infinispan.util.concurrent.BlockingTaskAwareExecutorService
-
Packages that use BlockingTaskAwareExecutorService Package Description org.infinispan.executors Implementations of different executors used for asynchronous operation.org.infinispan.remoting.inboundhandler Handling of inbound commands on remote nodes.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.util.concurrent 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 BlockingTaskAwareExecutorService Modifier and Type Class Description class
LazyInitializingBlockingTaskAwareExecutorService
A delegating executor that lazily constructs and initializes the underlying executor.Methods in org.infinispan.executors that return BlockingTaskAwareExecutorService Modifier and Type Method Description BlockingTaskAwareExecutorService
LazyInitializingBlockingTaskAwareExecutorService. getExecutorService()
-
Uses of BlockingTaskAwareExecutorService in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as BlockingTaskAwareExecutorService Modifier and Type Field Description protected BlockingTaskAwareExecutorService
BasePerCacheInboundInvocationHandler. remoteCommandsExecutor
Methods in org.infinispan.remoting.inboundhandler that return BlockingTaskAwareExecutorService Modifier and Type Method Description BlockingTaskAwareExecutorService
TrianglePerCacheInboundInvocationHandler. getRemoteExecutor()
-
Uses of BlockingTaskAwareExecutorService in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as BlockingTaskAwareExecutorService Modifier and Type Field Description protected BlockingTaskAwareExecutorService
StateConsumerImpl. remoteCommandsExecutor
-
Uses of BlockingTaskAwareExecutorService in org.infinispan.util.concurrent
Classes in org.infinispan.util.concurrent that implement BlockingTaskAwareExecutorService Modifier and Type Class Description class
BlockingTaskAwareExecutorServiceImpl
A special executor service that accepts aBlockingRunnable
.
-