Uses of Interface
org.infinispan.util.concurrent.BlockingRunnable
Packages that use BlockingRunnable
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 BlockingRunnable in org.infinispan.executors
Methods in org.infinispan.executors with parameters of type BlockingRunnableModifier and TypeMethodDescriptionvoid
LazyInitializingBlockingTaskAwareExecutorService.execute
(BlockingRunnable runnable) -
Uses of BlockingRunnable in org.infinispan.util.concurrent
Methods in org.infinispan.util.concurrent with parameters of type BlockingRunnableModifier and TypeMethodDescriptionvoid
BlockingTaskAwareExecutorService.execute
(BlockingRunnable runnable) Executes the given command at some time in the future when the command is less probably to block a thread.final void
BlockingTaskAwareExecutorServiceImpl.execute
(BlockingRunnable runnable)