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 classDefaultExecutorServiceDeprecated.since 9.1 Please useEmbeddedCacheManager.executor()orCacheStreaminstead.Fields in org.infinispan.distexec declared as DistributedExecutorService Modifier and Type Field Description protected DistributedExecutorServiceDistributedExecutionCompletionService. executorConstructors 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 aLinkedBlockingQueueas 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)
-