public interface TopologyCluster
Modifier and Type | Method and Description |
---|---|
int |
deviceCount()
Returns the number of devices in the cluster.
|
ClusterId |
id()
Returns the cluster id.
|
int |
linkCount()
Returns the number of infrastructure links in the cluster.
|
TopologyVertex |
root()
Returns the cluster root vertex.
|
ClusterId id()
int deviceCount()
int linkCount()
TopologyVertex root()