Package | Description |
---|---|
org.jboss.cache.commands.legacy.write | |
org.jboss.cache.commands.write |
Modifier and Type | Class and Description |
---|---|
class |
PessClearDataCommand
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClearDataCommand
Implements functionality defined by
Cache.clearData(String) } |
class |
PutDataMapCommand
Implements functionality defined by
Cache.put(String, java.util.Map) . |
class |
PutForExternalReadCommand
Represents the
Cache.putForExternalRead(org.jboss.cache.Fqn, Object, Object) method call. |
class |
PutKeyValueCommand
Implements functionality defined by
Cache.put(org.jboss.cache.Fqn, Object, 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) |
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.