Package | Description |
---|---|
org.infinispan.distexec |
Distribute Executor APIs
|
org.infinispan.notifications.cachelistener.cluster | |
org.infinispan.notifications.cachelistener.cluster.impl |
Modifier and Type | Class and Description |
---|---|
class |
DefaultExecutorService
Infinispan's implementation of an
ExecutorService and DistributedExecutorService . |
Modifier and Type | Field and Description |
---|---|
protected DistributedExecutorService |
DistributedExecutionCompletionService.executor |
Constructor and Description |
---|
DistributedExecutionCompletionService(DistributedExecutorService executor)
Creates an ExecutorCompletionService using the supplied executor for base task execution and a
LinkedBlockingQueue as a completion queue. |
DistributedExecutionCompletionService(DistributedExecutorService executor,
BlockingQueue<org.infinispan.commons.util.concurrent.NotifyingFuture<V>> completionQueue)
Creates an ExecutorCompletionService using the supplied executor for base task execution and
the supplied queue as its completion queue.
|
Constructor and Description |
---|
RemoteClusterListener(UUID id,
Address origin,
DistributedExecutorService distExecService,
CacheNotifier cacheNotifier,
CacheManagerNotifier cacheManagerNotifier,
ClusterEventManager eventManager,
boolean sync) |
Modifier and Type | Method and Description |
---|---|
void |
BatchingClusterEventManagerImpl.UnicastEventContext.sendToTargets(DistributedExecutorService service) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.