public class GridDiscoveryTopologySnapshot extends Object
| Constructor and Description |
|---|
GridDiscoveryTopologySnapshot(long topVer,
Collection<GridNode> topNodes)
Creates a topology snapshot with given topology version and topology nodes.
|
public GridDiscoveryTopologySnapshot(long topVer,
Collection<GridNode> topNodes)
topVer - Topology version.topNodes - Topology nodes.public long topologyVersion()
public Collection<GridNode> topologyNodes()
Copyright © 2014. All rights reserved.