Uses of Package
org.jboss.cache.commands.read

Packages that use org.jboss.cache.commands.read
org.jboss.cache.buddyreplication   
org.jboss.cache.commands   
org.jboss.cache.commands.read   
org.jboss.cache.commands.write   
org.jboss.cache.factories   
org.jboss.cache.interceptors   
org.jboss.cache.interceptors.base   
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.buddyreplication
ExistsCommand
          Checks whether a given node exists in current in-memory state of the cache.
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.

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.

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.

GetKeyValueCommand
          Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

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.

GravitateDataCommand
          Used with buddy replication's DataGravitatorInterceptor.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.commands
ExistsCommand
          Checks whether a given node exists in current in-memory state of the cache.
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.

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.

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.

GetKeyValueCommand
          Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

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.

GravitateDataCommand
          Used with buddy replication's DataGravitatorInterceptor.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.commands.read
AbstractDataCommand
          An abstract class providing basic functionality of all DataCommands.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.commands.write
AbstractDataCommand
          An abstract class providing basic functionality of all DataCommands.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.factories
ExistsCommand
          Checks whether a given node exists in current in-memory state of the cache.
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.

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.

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.

GetKeyValueCommand
          Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

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.

GravitateDataCommand
          Used with buddy replication's DataGravitatorInterceptor.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.interceptors
ExistsCommand
          Checks whether a given node exists in current in-memory state of the cache.
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.

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.

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.

GetKeyValueCommand
          Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

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.

GravitateDataCommand
          Used with buddy replication's DataGravitatorInterceptor.
 

Classes in org.jboss.cache.commands.read used by org.jboss.cache.interceptors.base
ExistsCommand
          Checks whether a given node exists in current in-memory state of the cache.
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.

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.

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.

GetKeyValueCommand
          Implements functionality defined by Cache.get(String, Object)

This is the equivalent of the old MethodCallDefinitions.getKeyValueMethodLocal method call from 2.1.x.

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.

GravitateDataCommand
          Used with buddy replication's DataGravitatorInterceptor.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.