Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.remote.recovery | |
org.infinispan.commands.tx |
Commands that represent transactional lifecycle transitions.
|
org.infinispan.transaction.xa |
XA transaction support.
|
org.infinispan.transaction.xa.recovery |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.injectDependencies(EvictionManager evictionManager,
InvocationContextContainer icc,
CommandsFactory commandsFactory,
InterceptorChain interceptorChain,
Configuration configuration,
CacheNotifier notifier,
ComponentRegistry componentRegistry,
TransactionManager transactionManager,
BatchContainer batchContainer,
RpcManager rpcManager,
DataContainer dataContainer,
StreamingMarshaller marshaller,
ResponseGenerator responseGenerator,
DistributionManager distributionManager,
EmbeddedCacheManager cacheManager,
StateTransferManager stateTransferManager,
ExecutorService asyncExecutor,
TransactionTable txTable,
RecoveryManager recoveryManager,
TransactionCoordinator txCoordinator,
LockManager lockManager) |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.setupDependencies(DataContainer container,
CacheNotifier notifier,
Cache<Object,Object> cache,
InterceptorChain interceptorChain,
DistributionManager distributionManager,
InvocationContextContainer icc,
TransactionTable txTable,
Configuration configuration,
Map<Byte,ModuleCommandInitializer> moduleCommandInitializers,
RecoveryManager recoveryManager,
StateTransferManager stateTransferManager,
LockManager lockManager,
InternalEntryFactory entryFactory) |
Modifier and Type | Field and Description |
---|---|
protected RecoveryManager |
RecoveryCommand.recoveryManager |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryCommand.init(RecoveryManager rm) |
void |
TxCompletionNotificationCommand.init(TransactionTable tt,
LockManager lockManager,
RecoveryManager rm) |
Modifier and Type | Field and Description |
---|---|
protected RecoveryManager |
PrepareCommand.recoveryManager |
Modifier and Type | Method and Description |
---|---|
void |
PrepareCommand.initialize(CacheNotifier notifier,
RecoveryManager recoveryManager) |
Modifier and Type | Method and Description |
---|---|
RecoveryManager |
XaTransactionTable.getRecoveryManager() |
Modifier and Type | Method and Description |
---|---|
void |
XaTransactionTable.init(RecoveryManager recoveryManager) |
void |
XaTransactionTable.setRecoveryManager(RecoveryManager recoveryManager) |
Constructor and Description |
---|
TransactionXaAdapter(LocalXaTransaction localTransaction,
TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration config) |
TransactionXaAdapter(TransactionTable txTable,
RecoveryManager rm,
TransactionCoordinator txCoordinator,
CommandsFactory commandsFactory,
RpcManager rpcManager,
ClusteringDependentLogic clusteringDependentLogic,
Configuration config) |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryManagerImpl
Default implementation for
RecoveryManager |
Modifier and Type | Method and Description |
---|---|
void |
RecoveryAdminOperations.init(RecoveryManager recoveryManager) |
void |
RecoveryAwareTransactionTable.initialize(RecoveryManager recoveryManager) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.