Uses of Interface
org.infinispan.distexec.DistributedExecutorService
-
Packages that use DistributedExecutorService Package Description org.infinispan.distexec Distributed Executor APIs (deprecated)org.infinispan.notifications.cachelistener.cluster -
-
Uses of DistributedExecutorService in org.infinispan.distexec
Classes in org.infinispan.distexec that implement DistributedExecutorService Modifier and Type Class Description class
DefaultExecutorService
Deprecated.since 9.1 Please useEmbeddedCacheManager.executor()
orCacheStream
instead.Fields in org.infinispan.distexec declared as DistributedExecutorService Modifier and Type Field Description protected DistributedExecutorService
DistributedExecutionCompletionService. executor
Constructors in org.infinispan.distexec with parameters of type DistributedExecutorService Constructor Description DistributedExecutionCompletionService(DistributedExecutorService executor)
Creates an ExecutorCompletionService using the supplied executor for base task execution and aLinkedBlockingQueue
as a completion queue.DistributedExecutionCompletionService(DistributedExecutorService executor, BlockingQueue<CompletableFuture<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied executor for base task execution and the supplied queue as its completion queue. -
Uses of DistributedExecutorService in org.infinispan.notifications.cachelistener.cluster
Constructors in org.infinispan.notifications.cachelistener.cluster with parameters of type DistributedExecutorService Constructor Description RemoteClusterListener(UUID id, Address origin, DistributedExecutorService distExecService, CacheNotifier cacheNotifier, CacheManagerNotifier cacheManagerNotifier, ClusterEventManager eventManager, boolean sync)
-