Uses of Interface
org.infinispan.util.concurrent.BlockingManager.BlockingExecutor
Package
Description
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
-
Uses of BlockingManager.BlockingExecutor in org.infinispan.util.concurrent
Modifier and TypeMethodDescriptionBlockingManager.limitedBlockingExecutor
(String name, int concurrency) Provides aBlockingManager.BlockingExecutor
which is limited to the provided concurrency amount.BlockingManagerImpl.limitedBlockingExecutor
(String name, int concurrentExecutions)