net.floodlightcontroller.topology
Class TopologyManager.TopologyEventInfo

java.lang.Object
  extended by net.floodlightcontroller.topology.TopologyManager.TopologyEventInfo
Enclosing class:
TopologyManager

protected class TopologyManager.TopologyEventInfo
extends java.lang.Object

Topology Information exposed for a Topology related event - used inside the BigTopologyEvent class


Constructor Summary
TopologyManager.TopologyEventInfo(int numOpenflowClustersWithTunnels, int numOpenflowClustersWithoutTunnels, java.util.Map<java.lang.Long,java.util.List<NodePortTuple>> externalPortsMap, int numTunnelPorts)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TopologyManager.TopologyEventInfo

public TopologyManager.TopologyEventInfo(int numOpenflowClustersWithTunnels,
                                         int numOpenflowClustersWithoutTunnels,
                                         java.util.Map<java.lang.Long,java.util.List<NodePortTuple>> externalPortsMap,
                                         int numTunnelPorts)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object