Package | Description |
---|---|
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
org.infinispan.interceptors.totalorder | |
org.infinispan.remoting |
Remote communication between cache instances.
|
org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
org.infinispan.transaction.totalorder | |
org.infinispan.util.concurrent |
Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities
and containers.
|
Modifier and Type | Class and Description |
---|---|
class |
LazyInitializingBlockingTaskAwareExecutorService
A delegating executor that lazily constructs and initializes the underlying executor.
|
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderInterceptor.inject(TransactionTable transactionTable,
TotalOrderManager totalOrderManager,
ClusteringDependentLogic clusteringDependentLogic,
BlockingTaskAwareExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandlerImpl.inject(GlobalComponentRegistry gcr,
Transport transport,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
BlockingTaskAwareExecutorService totalOrderExecutorService,
CancellationService cancelService) |
Modifier and Type | Method and Description |
---|---|
void |
StateConsumerImpl.init(Cache cache,
ExecutorService executorService,
StateTransferManager stateTransferManager,
InterceptorChain interceptorChain,
InvocationContextFactory icf,
Configuration configuration,
RpcManager rpcManager,
TransactionManager transactionManager,
CommandsFactory commandsFactory,
PersistenceManager persistenceManager,
DataContainer dataContainer,
TransactionTable transactionTable,
StateTransferLock stateTransferLock,
CacheNotifier cacheNotifier,
TotalOrderManager totalOrderManager,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
L1Manager l1Manager) |
Modifier and Type | Method and Description |
---|---|
void |
TotalOrderManager.inject(BlockingTaskAwareExecutorService totalOrderExecutor) |
Modifier and Type | Class and Description |
---|---|
class |
BlockingTaskAwareExecutorServiceImpl
A special executor service that accepts a
BlockingRunnable . |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.