| Package | Description |
|---|---|
| org.onosproject.net.topology |
Network topology model & related services API definitions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTopologyCluster
Default implementation of a network topology cluster.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TopologyCluster> |
TopologyStore.getClusters(Topology topology)
Returns the set of topology SCC clusters.
|
Set<TopologyCluster> |
TopologyService.getClusters(Topology topology)
Returns the set of clusters in the specified topology.
|
| Modifier and Type | Method and Description |
|---|---|
Set<DeviceId> |
TopologyStore.getClusterDevices(Topology topology,
TopologyCluster cluster)
Returns the cluster of the specified topology.
|
Set<DeviceId> |
TopologyService.getClusterDevices(Topology topology,
TopologyCluster cluster)
Returns the set of devices that belong to the specified cluster.
|
Set<Link> |
TopologyStore.getClusterLinks(Topology topology,
TopologyCluster cluster)
Returns the cluster of the specified topology.
|
Set<Link> |
TopologyService.getClusterLinks(Topology topology,
TopologyCluster cluster)
Returns the set of links that form the specified cluster.
|
Copyright © 2015. All rights reserved.