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 classLazyInitializingBlockingTaskAwareExecutorServiceA delegating executor that lazily constructs and initializes the underlying executor.Methods in org.infinispan.executors that return BlockingTaskAwareExecutorService Modifier and Type Method Description BlockingTaskAwareExecutorServiceLazyInitializingBlockingTaskAwareExecutorService. getExecutorService() -
Uses of BlockingTaskAwareExecutorService in org.infinispan.remoting.inboundhandler
Fields in org.infinispan.remoting.inboundhandler declared as BlockingTaskAwareExecutorService Modifier and Type Field Description protected BlockingTaskAwareExecutorServiceBasePerCacheInboundInvocationHandler. remoteCommandsExecutorMethods in org.infinispan.remoting.inboundhandler that return BlockingTaskAwareExecutorService Modifier and Type Method Description BlockingTaskAwareExecutorServiceTrianglePerCacheInboundInvocationHandler. getRemoteExecutor() -
Uses of BlockingTaskAwareExecutorService in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as BlockingTaskAwareExecutorService Modifier and Type Field Description protected BlockingTaskAwareExecutorServiceStateConsumerImpl. remoteCommandsExecutor -
Uses of BlockingTaskAwareExecutorService in org.infinispan.util.concurrent
Classes in org.infinispan.util.concurrent that implement BlockingTaskAwareExecutorService Modifier and Type Class Description classBlockingTaskAwareExecutorServiceImplA special executor service that accepts aBlockingRunnable.
-