org.terracotta.cluster
Class TerracottaClusterTopology

java.lang.Object
  extended by org.terracotta.cluster.TerracottaClusterTopology
All Implemented Interfaces:
ClusterTopology

public class TerracottaClusterTopology
extends Object
implements ClusterTopology


Method Summary
 Collection<ClusterNode> getNodes()
          Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNodes

public Collection<ClusterNode> getNodes()
Description copied from interface: ClusterTopology
Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.

Specified by:
getNodes in interface ClusterTopology
Returns:
the snapshot of the nodes in the cluster


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