public class OnosTopoStore extends TopoStore
topoVertices
Constructor and Description |
---|
OnosTopoStore() |
Modifier and Type | Method and Description |
---|---|
void |
addHosts()
Extract hosts info and store them in topo storage.
|
void |
addLinks()
Extract links info and store them in topo storage.
|
void |
fetchTopo()
Fetch topology information.
|
void |
updateTopo() |
addEdge, addHost, addSwitch, checkHostExistenceWithIP, checkHostExistenceWithMac, clear, getGraph, getHosts, getShortestPath, getSwitches, getTopoEdges, getTopoHostByIP, getTopoHostByMac, printDevices, printHosts, printLinks, printPath, printTopo
public void addLinks()
public void addHosts()
public void fetchTopo()
fetchTopo
in interface TopoStoreInterface
fetchTopo
in class TopoStore
public void updateTopo()