Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.commands | |
org.jboss.cache.commands.remote | |
org.jboss.cache.interceptors | |
org.jboss.cache.invocation | |
org.jboss.cache.lock |
Modifier and Type | Method and Description |
---|---|
TransactionTable |
CacheSPI.getTransactionTable()
Retrieves the current TransactionTable instance associated with the current Cache instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RPCManagerImpl.setupDependencies(ChannelMessageListener messageListener,
Configuration configuration,
Notifier notifier,
CacheSPI spi,
Marshaller marshaller,
TransactionTable txTable,
TransactionManager txManager,
InvocationContextContainer container,
InterceptorChain interceptorChain,
ComponentRegistry componentRegistry,
LockManager lockManager) |
Modifier and Type | Field and Description |
---|---|
protected TransactionTable |
CommandsFactoryImpl.transactionTable |
Modifier and Type | Method and Description |
---|---|
void |
CommandsFactoryImpl.initialize(RPCManager rpc,
DataContainer dataContainer,
Notifier notifier,
BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CacheSPI cacheSpi,
Configuration configuration,
TransactionManager txManager,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
DataGravitationCleanupCommand.initialize(BuddyManager buddyManager,
InterceptorChain invoker,
TransactionTable transactionTable,
CommandsFactory commandsFactory,
DataContainer dataContainer,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Field and Description |
---|---|
protected TransactionTable |
BaseRpcInterceptor.txTable |
protected TransactionTable |
BaseTransactionalContextInterceptor.txTable |
protected TransactionTable |
CacheLoaderInterceptor.txTable |
protected TransactionTable |
LegacyCacheLoaderInterceptor.txTable
Deprecated.
|
protected TransactionTable |
OptimisticInterceptor.txTable
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRpcInterceptor.injectComponents(RPCManager rpcManager,
BuddyManager buddyManager,
ReplicationQueue replicationQueue,
TransactionTable txTable,
CommandsFactory commandsFactory) |
protected void |
LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
LockManager lockManager,
Notifier notifier,
BuddyFqnTransformer buddyFqnTransformer)
Deprecated.
|
protected void |
CacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
Notifier notifier,
MVCCNodeHelper helper,
BuddyFqnTransformer buddyFqnTransformer) |
Modifier and Type | Method and Description |
---|---|
TransactionTable |
CacheInvocationDelegate.getTransactionTable() |
Modifier and Type | Method and Description |
---|---|
void |
CacheInvocationDelegate.initialize(StateTransferManager stateTransferManager,
CacheLoaderManager cacheLoaderManager,
Notifier notifier,
TransactionManager transactionManager,
BuddyManager buddyManager,
TransactionTable transactionTable,
RPCManager rpcManager,
RegionManager regionManager,
Marshaller marshaller,
CommandsFactory commandsFactory,
DataContainer dataContainer,
MVCCNodeHelper mvccHelper,
BatchContainer batchContainer) |
Modifier and Type | Method and Description |
---|---|
static boolean |
LockUtil.breakTransactionLock(Fqn fqn,
LockManager lockManager,
GlobalTransaction gtx,
boolean localTx,
TransactionTable tx_table,
TransactionManager tm) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.