Modifier and Type | Field and Description |
---|---|
protected CommandsFactory |
AbstractNodeFactory.commandsFactory |
Modifier and Type | Method and Description |
---|---|
void |
PessimisticUnversionedNode.injectDependencies(CacheSPI<K,V> spi,
CommandsFactory commandsFactory,
NodeFactory<K,V> nodeFactory)
Deprecated.
|
void |
AbstractNodeFactory.injectDependencies(CacheSPI<K,V> cache,
Configuration configuration,
InvocationContextContainer invocationContextContainer,
InterceptorChain interceptorChain,
CommandsFactory commandsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
BuddyManager.injectDependencies(CacheSPI cache,
Configuration configuration,
RegionManager regionManager,
StateTransferManager stateTransferManager,
RPCManager rpcManager,
Notifier notifier,
CommandsFactory factory,
DataContainer dataContainer,
BuddyFqnTransformer transformer) |
Constructor and Description |
---|
Fqn2BuddyFqnVisitor(String buddyGroupName,
CommandsFactory cf) |
Modifier and Type | Class and Description |
---|---|
class |
CommandsFactoryImpl
This is the implementation to use for most commands and most locking schemes.
|
class |
OptimisticCommandsFactoryImpl
Deprecated.
will be removed with opt locking
|
class |
PessimisticCommandsFactoryImpl
Deprecated.
will be removed with possimistic locking
|
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 CommandsFactory |
TxInterceptor.commandsFactory |
Modifier and Type | Method and Description |
---|---|
void |
OptimisticReplicationInterceptor.initialize(CommandsFactory commandsFactory)
Deprecated.
|
void |
LegacyDataGravitatorInterceptor.injectComponents(BuddyManager buddyManager,
DataContainer dataContainer,
CommandsFactory commandsFactory,
CacheSPI cacheSPI,
BuddyFqnTransformer transformer)
Deprecated.
|
void |
BaseRpcInterceptor.injectComponents(RPCManager rpcManager,
BuddyManager buddyManager,
ReplicationQueue replicationQueue,
TransactionTable txTable,
CommandsFactory commandsFactory) |
void |
InvalidationInterceptor.injectDependencies(CommandsFactory commandsFactory) |
void |
PessimisticLockInterceptor.injectDependencies(DataContainer dataContainer,
LockManager lockManager,
CommandsFactory commandsFactory)
Deprecated.
|
void |
TxInterceptor.intialize(RPCManager rpcManager,
ContextFactory contextFactory,
Notifier notifier,
InvocationContextContainer icc,
TransactionLog transactionLog,
CommandsFactory factory,
ComponentRegistry componentRegistry,
LockManager lockManager) |
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 |
---|---|
void |
ClusteredCacheLoader.setCommandsFactory(CommandsFactory commandsFactory) |
Modifier and Type | Method and Description |
---|---|
static void |
LockUtil.manageReverseRemove(InvocationContext ctx,
NodeSPI childNode,
boolean reverseRemoveCheck,
List createdNodes,
CommandsFactory commandsFactory)
Test if this node needs to be 'undeleted'
reverse the "remove" if the node has been previously removed in the same tx, if this operation is a put()
|
Modifier and Type | Field and Description |
---|---|
protected CommandsFactory |
CacheMarshaller200.commandsFactory |
Modifier and Type | Method and Description |
---|---|
void |
CacheMarshaller200.injectCommandsFactory(CommandsFactory commandsFactory) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultStateTransferIntegrator.inject(CacheSPI<?,?> cache,
Configuration cfg,
RPCManager rpcManager,
TransactionLog txLog,
InvocationContextContainer container,
InterceptorChain chain,
ComponentRegistry registry,
CommandsFactory commandsFactory) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.