Package | Description |
---|---|
org.jboss.cache | |
org.jboss.cache.interceptors | |
org.jboss.cache.lock | |
org.jboss.cache.mvcc | |
org.jboss.cache.statetransfer |
Modifier and Type | Field and Description |
---|---|
protected LockManager |
RegionManagerImpl.lockManager |
Modifier and Type | Method and Description |
---|---|
void |
RegionManagerImpl.injectDependencies(CacheSPI cache,
Configuration configuration,
RPCManager rpcManager,
LockManager lockManager,
BuddyFqnTransformer transformer,
RegionRegistry regionsRegistry) |
void |
DataContainerImpl.injectDependencies(NodeFactory nodeFactory,
LockManager lockManager,
BuddyFqnTransformer transformer,
Configuration configuration) |
void |
DataContainerImpl.setDependencies(NodeFactory nodeFactory,
LockManager lockManager) |
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 LockManager |
OptimisticInterceptor.lockManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
PessimisticLockInterceptor.injectDependencies(DataContainer dataContainer,
LockManager lockManager,
CommandsFactory commandsFactory)
Deprecated.
|
protected void |
LegacyCacheLoaderInterceptor.injectDependencies(TransactionTable txTable,
CacheLoaderManager clm,
Configuration configuration,
DataContainer dataContainer,
LockManager lockManager,
Notifier notifier,
BuddyFqnTransformer buddyFqnTransformer)
Deprecated.
|
void |
TxInterceptor.intialize(RPCManager rpcManager,
ContextFactory contextFactory,
Notifier notifier,
InvocationContextContainer icc,
TransactionLog transactionLog,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager) |
void |
MVCCLockingInterceptor.setDependencies(LockManager lockManager,
DataContainer dataContainer,
MVCCNodeHelper helper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockManager
Common lock manager functionality
|
class |
FqnLockManager
An abstract lock manager that deals with Fqns rather than nodes.
|
class |
MVCCLockManager
This lock manager acquires and releases locks based on the Fqn passed in and not on the node itself.
|
class |
NodeBasedLockManager
Deprecated.
since this is specific to legacy locking schemes
|
class |
PessimisticNodeBasedLockManager
Deprecated.
will be removed with pessimistic locking
|
Modifier and Type | Method and Description |
---|---|
static boolean |
LockUtil.breakTransactionLock(Fqn fqn,
LockManager lockManager,
GlobalTransaction gtx,
boolean localTx,
TransactionTable tx_table,
TransactionManager tm) |
Modifier and Type | Method and Description |
---|---|
void |
MVCCNodeHelper.injectDependencies(DataContainer dataContainer,
NodeFactory nodeFactory,
LockManager lockManager,
Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected LockManager |
LegacyStateTransferManager.lockManager
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
LegacyStateTransferManager.injectLockManager(LockManager lockManager)
Deprecated.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.