Uses of Interface
net.floodlightcontroller.topology.ITopologyService

Packages that use ITopologyService
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.flowcache   
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.routing   
net.floodlightcontroller.topology   
 

Uses of ITopologyService in net.floodlightcontroller.devicemanager.internal
 

Fields in net.floodlightcontroller.devicemanager.internal declared as ITopologyService
protected  ITopologyService DeviceManagerImpl.topology
           
 

Uses of ITopologyService in net.floodlightcontroller.flowcache
 

Fields in net.floodlightcontroller.flowcache declared as ITopologyService
protected  ITopologyService PortDownReconciliation.topology
           
 

Uses of ITopologyService in net.floodlightcontroller.loadbalancer
 

Fields in net.floodlightcontroller.loadbalancer declared as ITopologyService
protected  ITopologyService LoadBalancer.topology
           
 

Uses of ITopologyService in net.floodlightcontroller.routing
 

Fields in net.floodlightcontroller.routing declared as ITopologyService
protected  ITopologyService ForwardingBase.topology
           
 

Uses of ITopologyService in net.floodlightcontroller.topology
 

Classes in net.floodlightcontroller.topology that implement ITopologyService
 class TopologyManager
          Topology manager is responsible for maintaining the controller's notion of the network graph, as well as implementing tools for finding routes through the topology.