public interface TopologyCluster
Used by Topology Service to create a network graph for every island of OpenFlow devices.
| Modifier and Type | Method and Description |
|---|---|
long |
id()
Retrieves the unique id of this cluster.
|
Map<DataPathId,Set<Link>> |
links()
Retrieves the map of device dpid and the set of links associated
to that dpid.
|
Set<DataPathId> |
nodes()
Retrieves the set of devicepath ids of the devices comprising this
cluster.
|
DataPathId |
root()
Retrieves the set of devicepath ids of the devices comprising this
cluster.
|
long id()
Map<DataPathId,Set<Link>> links()
Set<DataPathId> nodes()
DataPathId root()
Copyright © 2014. All Rights Reserved.