Uses of Interface
org.infinispan.util.concurrent.BlockingRunnable
-
Packages that use BlockingRunnable 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.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. -
-
Uses of BlockingRunnable in org.infinispan.executors
Methods in org.infinispan.executors with parameters of type BlockingRunnable Modifier and Type Method Description voidLazyInitializingBlockingTaskAwareExecutorService. execute(BlockingRunnable runnable) -
Uses of BlockingRunnable in org.infinispan.remoting.inboundhandler
Classes in org.infinispan.remoting.inboundhandler that implement BlockingRunnable Modifier and Type Class Description classBaseBlockingRunnableCommon logic to handleCacheRpcCommand.classDefaultTopologyRunnableThe defaultRunnablefor the remote commands receives. -
Uses of BlockingRunnable in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent with parameters of type BlockingRunnable Modifier and Type Method Description voidBlockingTaskAwareExecutorService. execute(BlockingRunnable runnable)Executes the given command at some time in the future when the command is less probably to block a thread.voidBlockingTaskAwareExecutorServiceImpl. execute(BlockingRunnable runnable)
-