| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DataCommand in org.jboss.cache.commands | 
|---|
| Subinterfaces of DataCommand in org.jboss.cache.commands | |
|---|---|
|  interface | VersionedDataCommandJust like a DataCommand, except that these are versioned and reversible too. | 
|  interface | WriteCommandA write command that has a reference to a GlobalTransaction. | 
| Methods in org.jboss.cache.commands with parameters of type DataCommand | |
|---|---|
|  ClusteredGetCommand | CommandsFactoryImpl.buildClusteredGetCommand(Boolean searchBackupSubtrees,
                         DataCommand dataCommand) | 
|  ClusteredGetCommand | CommandsFactory.buildClusteredGetCommand(Boolean searchBackupSubtrees,
                         DataCommand dataCommand) | 
| Uses of DataCommand in org.jboss.cache.commands.legacy | 
|---|
| Subinterfaces of DataCommand in org.jboss.cache.commands.legacy | |
|---|---|
|  interface | ReversibleCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
| Uses of DataCommand in org.jboss.cache.commands.legacy.read | 
|---|
| Classes in org.jboss.cache.commands.legacy.read that implement DataCommand | |
|---|---|
|  class | LegacyGravitateDataCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessGetChildrenNamesCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
| Uses of DataCommand in org.jboss.cache.commands.legacy.write | 
|---|
| Classes in org.jboss.cache.commands.legacy.write that implement DataCommand | |
|---|---|
|  class | CreateNodeCommandDeprecated. will be removed when pessimistic locking is removed. | 
|  class | LegacyEvictCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessClearDataCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessMoveCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessPutDataMapCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessPutForExternalReadCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessPutKeyValueCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessRemoveKeyCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | PessRemoveNodeCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
|  class | VersionedInvalidateCommandDeprecated. will be removed along with optimistic and pessimistic locking. | 
| Uses of DataCommand in org.jboss.cache.commands.read | 
|---|
| Classes in org.jboss.cache.commands.read that implement DataCommand | |
|---|---|
|  class | AbstractDataCommandAn abstract class providing basic functionality of all DataCommands. | 
|  class | ExistsCommandChecks whether a given node exists in current in-memory state of the cache. | 
|  class | GetChildrenNamesCommandThis 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 | GetDataMapCommandImplements 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 | GetKeysCommandImplements 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 | GetKeyValueCommandImplements functionality defined by Cache.get(String, Object)This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x. | 
|  class | GetNodeCommandImplements 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 | GravitateDataCommandUsed with buddy replication's DataGravitatorInterceptor. | 
| Uses of DataCommand in org.jboss.cache.commands.remote | 
|---|
| Methods in org.jboss.cache.commands.remote that return DataCommand | |
|---|---|
|  DataCommand | ClusteredGetCommand.getDataCommand() | 
| Constructors in org.jboss.cache.commands.remote with parameters of type DataCommand | |
|---|---|
| ClusteredGetCommand(boolean searchBackupSubtrees,
                    DataCommand dataCommand) | |
| Uses of DataCommand in org.jboss.cache.commands.write | 
|---|
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||