Uses of Class
org.jboss.cache.marshall.NodeData

Packages that use NodeData
org.jboss.cache   
org.jboss.cache.buddyreplication   
org.jboss.cache.loader   
org.jboss.cache.marshall   
org.jboss.cache.statetransfer   
 

Uses of NodeData in org.jboss.cache
 

Methods in org.jboss.cache that return types with arguments of type NodeData
 List<NodeData> DataContainerImpl.buildNodeData(List<NodeData> list, NodeSPI node)
           
 List<NodeData> DataContainer.buildNodeData(List<NodeData> list, NodeSPI node)
          Prepares a list of NodeData objects for a specified node and all its children.
 

Method parameters in org.jboss.cache with type arguments of type NodeData
 List<NodeData> DataContainerImpl.buildNodeData(List<NodeData> list, NodeSPI node)
           
 List<NodeData> DataContainer.buildNodeData(List<NodeData> list, NodeSPI node)
          Prepares a list of NodeData objects for a specified node and all its children.
 

Uses of NodeData in org.jboss.cache.buddyreplication
 

Methods in org.jboss.cache.buddyreplication that return types with arguments of type NodeData
 List<NodeData> GravitateResult.getNodeData()
           
 

Method parameters in org.jboss.cache.buddyreplication with type arguments of type NodeData
static GravitateResult GravitateResult.subtreeResult(List<NodeData> nodeData, Fqn fqn)
          Factory method that creates a GravitateResult with the data found and the backup fqn it was found in.
 

Uses of NodeData in org.jboss.cache.loader
 

Method parameters in org.jboss.cache.loader with type arguments of type NodeData
protected  void JDBCCacheLoader.getNodeDataList(Fqn fqn, List<NodeData> list)
          Subscribes to contract.
protected  void AbstractCacheLoader.getNodeDataList(Fqn fqn, List<NodeData> list)
           
 

Uses of NodeData in org.jboss.cache.marshall
 

Subclasses of NodeData in org.jboss.cache.marshall
 class NodeDataExceptionMarker
           
 class NodeDataMarker
           
 

Uses of NodeData in org.jboss.cache.statetransfer
 

Fields in org.jboss.cache.statetransfer declared as NodeData
static NodeData StateTransferManager.STREAMING_DELIMITER_NODE
           
 

Method parameters in org.jboss.cache.statetransfer with type arguments of type NodeData
protected  void DefaultStateTransferGenerator.generateNodeDataList(NodeSPI<?,?> node, List<NodeData> list)
           
 



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