Package | Description |
---|---|
org.jboss.cache.commands.legacy.read | |
org.jboss.cache.commands.legacy.write | |
org.jboss.cache.commands.read | |
org.jboss.cache.commands.write |
Modifier and Type | Class and Description |
---|---|
class |
LegacyGravitateDataCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessGetChildrenNamesCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateNodeCommand
Deprecated.
will be removed when pessimistic locking is removed.
|
class |
LegacyEvictCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessClearDataCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessMoveCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutDataMapCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutForExternalReadCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessPutKeyValueCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveKeyCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
PessRemoveNodeCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
class |
VersionedInvalidateCommand
Deprecated.
will be removed along with optimistic and pessimistic locking.
|
Modifier and Type | Class and Description |
---|---|
class |
ExistsCommand
Checks whether a given node exists in current in-memory state of the cache.
|
class |
GetChildrenNamesCommand
This command retrieves the names of children for a specific Fqn, as defined by
Node.getChildrenNames()
This is the equivalent of the old MethodCallDefinitions.getChildrenNamesMethodLocal method call from 2.1.x. |
class |
GetDataMapCommand
Implements functionality defined by
Cache.getData(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getDataMapMethodLocal method call from 2.1.x. |
class |
GetKeysCommand
Implements functionality defined by
Cache.getKeys(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getKeysMethodLocal method call from 2.1.x. |
class |
GetKeyValueCommand
Implements functionality defined by
Cache.get(String, Object)
This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x. |
class |
GetNodeCommand
Implements functionality defined by
Cache.getNode(org.jboss.cache.Fqn)
This is the equivalent of the old MethodCallDefinitions.getNodeMethodLocal method call from 2.1.x. |
class |
GravitateDataCommand
Used with buddy replication's
DataGravitatorInterceptor . |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.