public class GridDiscoveryTopologySnapshot extends Object
| Constructor and Description |
|---|
GridDiscoveryTopologySnapshot(long topVer,
Collection<ClusterNode> topNodes)
Creates a topology snapshot with given topology version and topology nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ClusterNode> |
topologyNodes() |
long |
topologyVersion() |
String |
toString() |
public GridDiscoveryTopologySnapshot(long topVer,
Collection<ClusterNode> topNodes)
topVer - Topology version.topNodes - Topology nodes.public long topologyVersion()
public Collection<ClusterNode> topologyNodes()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015