@Deprecated public class PessimisticCommandsFactoryImpl extends OptimisticCommandsFactoryImpl
CommandsFactory specifically creates
pessimistic commands where appropriate, with the ability to roll back.ReversibleCommandbuddyFqnTransformer, buddyManager, cacheSpi, configuration, dataContainer, invoker, notifier, rpcManager, transactionTable, txManager| Constructor and Description |
|---|
PessimisticCommandsFactoryImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClearDataCommand |
buildClearDataCommand(GlobalTransaction gtx,
Fqn fqn)
Deprecated.
|
GetChildrenNamesCommand |
buildGetChildrenNamesCommand(Fqn fqn)
Deprecated.
|
InvalidateCommand |
buildInvalidateCommand(Fqn fqn)
Deprecated.
|
MoveCommand |
buildMoveCommand(Fqn from,
Fqn to)
Deprecated.
|
PutDataMapCommand |
buildPutDataMapCommand(GlobalTransaction gtx,
Fqn fqn,
Map data)
Deprecated.
|
PutForExternalReadCommand |
buildPutForExternalReadCommand(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value)
Deprecated.
|
PutKeyValueCommand |
buildPutKeyValueCommand(GlobalTransaction gtx,
Fqn fqn,
Object key,
Object value)
Deprecated.
|
RemoveKeyCommand |
buildRemoveKeyCommand(GlobalTransaction tx,
Fqn fqn,
Object key)
Deprecated.
|
RemoveNodeCommand |
buildRemoveNodeCommand(GlobalTransaction gtx,
Fqn fqn)
Deprecated.
|
ReplicableCommand |
fromStream(int id,
Object[] parameters)
Deprecated.
Builds a cache command based on the ID passed in and an object array of parameters
|
buildCreateNodeCommand, buildEvictFqnCommand, buildGravitateDataCommandbuildAnnounceBuddyPoolNameCommand, buildAssignToBuddyGroupCommand, buildClusteredGetCommand, buildCommitCommand, buildDataGravitationCleanupCommand, buildExistsNodeCommand, buildGetDataMapCommand, buildGetKeysCommand, buildGetKeyValueCommand, buildGetNodeCommand, buildOptimisticPrepareCommand, buildPrepareCommand, buildPrepareCommand, buildRemoveFromBuddyGroupCommand, buildReplicateCommand, buildReplicateCommand, buildRollbackCommand, buildStateTransferControlCommand, initializepublic PessimisticCommandsFactoryImpl()
public GetChildrenNamesCommand buildGetChildrenNamesCommand(Fqn fqn)
buildGetChildrenNamesCommand in interface CommandsFactorybuildGetChildrenNamesCommand in class CommandsFactoryImplpublic PutDataMapCommand buildPutDataMapCommand(GlobalTransaction gtx, Fqn fqn, Map data)
buildPutDataMapCommand in interface CommandsFactorybuildPutDataMapCommand in class CommandsFactoryImplpublic PutKeyValueCommand buildPutKeyValueCommand(GlobalTransaction gtx, Fqn fqn, Object key, Object value)
buildPutKeyValueCommand in interface CommandsFactorybuildPutKeyValueCommand in class CommandsFactoryImplpublic PutForExternalReadCommand buildPutForExternalReadCommand(GlobalTransaction gtx, Fqn fqn, Object key, Object value)
buildPutForExternalReadCommand in interface CommandsFactorybuildPutForExternalReadCommand in class CommandsFactoryImplpublic RemoveNodeCommand buildRemoveNodeCommand(GlobalTransaction gtx, Fqn fqn)
buildRemoveNodeCommand in interface CommandsFactorybuildRemoveNodeCommand in class CommandsFactoryImplpublic ClearDataCommand buildClearDataCommand(GlobalTransaction gtx, Fqn fqn)
buildClearDataCommand in interface CommandsFactorybuildClearDataCommand in class CommandsFactoryImplpublic RemoveKeyCommand buildRemoveKeyCommand(GlobalTransaction tx, Fqn fqn, Object key)
buildRemoveKeyCommand in interface CommandsFactorybuildRemoveKeyCommand in class CommandsFactoryImplpublic MoveCommand buildMoveCommand(Fqn from, Fqn to)
buildMoveCommand in interface CommandsFactorybuildMoveCommand in class CommandsFactoryImplpublic InvalidateCommand buildInvalidateCommand(Fqn fqn)
buildInvalidateCommand in interface CommandsFactorybuildInvalidateCommand in class OptimisticCommandsFactoryImplpublic ReplicableCommand fromStream(int id, Object[] parameters)
CommandsFactoryfromStream in interface CommandsFactoryfromStream in class OptimisticCommandsFactoryImplid - id of the command to buildparameters - parameters attached to the commandCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.