Package | Description |
---|---|
com.hp.sdn.topo |
API for retrieving information about network topology & connectivity.
|
Modifier and Type | Method and Description |
---|---|
TopologyCluster |
TopologyData.clusterFor(DeviceId deviceId)
Returns the topology cluster data containing the specified device.
|
TopologyCluster |
TopologyServiceAdapter.getCluster(DeviceId deviceId) |
TopologyCluster |
TopologyService.getCluster(DeviceId deviceId)
Retrieves the cluster in which the specified infrastructure devices is
located.
|
Modifier and Type | Method and Description |
---|---|
Set<TopologyCluster> |
TopologyData.clusters()
Returns the set of connectivity clusters.
|
Set<TopologyCluster> |
TopologyServiceAdapter.getClusters() |
Set<TopologyCluster> |
TopologyService.getClusters()
Returns the set of clusters in the current topology.
|
Modifier and Type | Method and Description |
---|---|
Set<DeviceId> |
TopologyData.clusterDevices(TopologyCluster cluster)
Returns the set of devices that belong to the cluster.
|
Set<Link> |
TopologyData.clusterLinks(TopologyCluster cluster)
Returns the set of links that belong to the cluster.
|
Set<DeviceId> |
TopologyServiceAdapter.getClusterDevices(TopologyCluster cluster) |
Set<DeviceId> |
TopologyService.getClusterDevices(TopologyCluster cluster)
Returns the set of devices contained within the specified cluster.
|
Copyright © 2015. All Rights Reserved.