Uses of Interface
com.tcclient.cluster.DsoNode

Packages that use DsoNode
com.tc.cluster Provides interfaces to access cluster events and cluster meta-data. 
 

Uses of DsoNode in com.tc.cluster
 

Methods in com.tc.cluster that return DsoNode
 DsoNode DsoCluster.getCurrentNode()
          Retrieves the DsoNode instance that corresponds to the current node.
 DsoNode DsoClusterEvent.getNode()
          Retrieves the node that this event talks about.
 DsoNode DsoCluster.waitUntilNodeJoinsCluster()
          Waits until this node joins the cluster.
 

Methods in com.tc.cluster that return types with arguments of type DsoNode
 java.util.Collection<DsoNode> DsoClusterTopology.getNodes()
          Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.
 java.util.Set<DsoNode> DsoCluster.getNodesWithObject(java.lang.Object object)
          Determine on which nodes a particular object is faulted.
 java.util.Map<?,java.util.Set<DsoNode>> DsoCluster.getNodesWithObjects(java.util.Collection<?> objects)
          Determine where a collection of clustered objects is faulted.
 java.util.Map<?,java.util.Set<DsoNode>> DsoCluster.getNodesWithObjects(java.lang.Object... objects)
          Determine where a series of clustered objects is faulted.
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.