Uses of Interface
org.terracotta.cluster.ClusterNode

Packages that use ClusterNode
org.terracotta.cache   
org.terracotta.cluster   
 

Uses of ClusterNode in org.terracotta.cache
 

Methods in org.terracotta.cache that return types with arguments of type ClusterNode
 Map<K,Set<ClusterNode>> TerracottaDistributedCache.getNodesWithKeys(Collection<? extends K> keys)
           
 

Uses of ClusterNode in org.terracotta.cluster
 

Classes in org.terracotta.cluster that implement ClusterNode
 class TerracottaNode
           
 

Methods in org.terracotta.cluster that return ClusterNode
 ClusterNode ClusterInfo.getCurrentNode()
          Retrieves the ClusterNode instance that corresponds to the current node.
 ClusterNode TerracottaClusterInfo.getCurrentNode()
           
 ClusterNode ClusterEvent.getNode()
          Retrieves the node that this event talks about.
 ClusterNode ClusterInfo.waitUntilNodeJoinsCluster()
          Waits until the current node has successfully joined the cluster.
 ClusterNode TerracottaClusterInfo.waitUntilNodeJoinsCluster()
           
 

Methods in org.terracotta.cluster that return types with arguments of type ClusterNode
 Collection<ClusterNode> ClusterTopology.getNodes()
          Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.
 Collection<ClusterNode> TerracottaClusterTopology.getNodes()
           
<K> Map<K,Set<ClusterNode>>
TerracottaClusterInfo.getNodesWithKeys(Map<K,?> map, Collection<? extends K> keys)
           
 Map<?,Set<ClusterNode>> ClusterInfo.getNodesWithObjects(Collection<?> objects)
          Determine where a collection of clustered objects is faulted.
 Map<?,Set<ClusterNode>> TerracottaClusterInfo.getNodesWithObjects(Collection<?> objects)
           
 



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