com.tc.cluster
Interface DsoClusterTopology


public interface DsoClusterTopology

Provides access to the topology of the cluster, viewed from the current node.

This only takes DSO client nodes into account, DSO server nodes are not included in this topology view.

Since:
3.0.0

Method Summary
 java.util.Collection<DsoNode> getNodes()
          Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.
 

Method Detail

getNodes

java.util.Collection<DsoNode> getNodes()
Returns a collection that contains a snapshot of the nodes that are part of the cluster at the time of the method call.

Returns:
the snapshot of the nodes in the cluster


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