Package | Description |
---|---|
org.infinispan.executors |
Implementations of different executors used for asynchronous operation.
|
org.infinispan.interceptors.totalorder | |
org.infinispan.remoting.inboundhandler | |
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)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected BlockingTaskAwareExecutorService |
BasePerCacheInboundInvocationHandler.remoteCommandsExecutor |
Modifier and Type | Method and Description |
---|---|
void |
BasePerCacheInboundInvocationHandler.injectDependencies(BlockingTaskAwareExecutorService remoteCommandsExecutor,
ResponseGenerator responseGenerator,
CancellationService cancellationService,
StateTransferLock stateTransferLock,
StateTransferManager stateTransferManager) |
Modifier and Type | Method and Description |
---|---|
void |
StateConsumerImpl.init(Cache cache,
ExecutorService stateTransferExecutor,
StateTransferManager stateTransferManager,
InterceptorChain interceptorChain,
InvocationContextFactory icf,
Configuration configuration,
RpcManager rpcManager,
TransactionManager transactionManager,
CommandsFactory commandsFactory,
PersistenceManager persistenceManager,
DataContainer<Object,Object> dataContainer,
TransactionTable transactionTable,
StateTransferLock stateTransferLock,
CacheNotifier cacheNotifier,
TotalOrderManager totalOrderManager,
BlockingTaskAwareExecutorService remoteCommandsExecutor,
CommitManager commitManager) |
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 © 2018 JBoss, a division of Red Hat. All rights reserved.