|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDataCommand | |
---|---|
org.jboss.cache.commands.read | |
org.jboss.cache.commands.write |
Uses of AbstractDataCommand in org.jboss.cache.commands.read |
---|
Subclasses of AbstractDataCommand in org.jboss.cache.commands.read | |
---|---|
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 . |
Uses of AbstractDataCommand in org.jboss.cache.commands.write |
---|
Subclasses of AbstractDataCommand in org.jboss.cache.commands.write | |
---|---|
class |
AbstractVersionedDataCommand
Base version of DataCommand which handles common behaviour |
class |
CreateNodeCommand
Command that creates a node. |
class |
EvictCommand
Implements functionality defined by Cache.evict(org.jboss.cache.Fqn) |
class |
InvalidateCommand
Very much like an evict(), except that regardless of whether there is a child present, this call will never remove the node from memory - just remove its contents. |
class |
MoveCommand
Implements functionality defined by Cache.move(org.jboss.cache.Fqn, org.jboss.cache.Fqn) |
class |
PutDataMapCommand
Implements functionality defined by Cache.put(String, java.util.Map) . |
class |
PutKeyValueCommand
Implements functionality defined by Cache.put(org.jboss.cache.Fqn, Object, Object) . |
class |
RemoveDataCommand
Implements functionality defined by Cache.remove(String, Object) |
class |
RemoveKeyCommand
Implements functionality defined by Cache.remove(org.jboss.cache.Fqn, Object) |
class |
RemoveNodeCommand
Implements functionality defined by Cache.removeNode(org.jboss.cache.Fqn) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |