| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterId |
ClusterId.clusterId(int id)
Returns the cluster identifier, represented by the specified integer
serial number.
|
ClusterId |
TopologyCluster.id()
Returns the cluster id.
|
ClusterId |
DefaultTopologyCluster.id() |
| Modifier and Type | Method and Description |
|---|---|
TopologyCluster |
TopologyStore.getCluster(Topology topology,
ClusterId clusterId)
Returns the cluster of the specified topology.
|
TopologyCluster |
TopologyService.getCluster(Topology topology,
ClusterId clusterId)
Returns the cluster with the specified ID.
|
| Constructor and Description |
|---|
DefaultTopologyCluster(ClusterId id,
int deviceCount,
int linkCount,
DeviceId root)
Creates a new topology cluster descriptor with the specified attributes.
|
Copyright © 2015. All rights reserved.