|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ILinkDiscovery.LDUpdate in net.floodlightcontroller.devicemanager.internal |
---|
Method parameters in net.floodlightcontroller.devicemanager.internal with type arguments of type ILinkDiscovery.LDUpdate | |
---|---|
void |
DeviceManagerImpl.topologyChanged(java.util.List<ILinkDiscovery.LDUpdate> updateList)
Topology listener method. |
Uses of ILinkDiscovery.LDUpdate in net.floodlightcontroller.flowcache |
---|
Method parameters in net.floodlightcontroller.flowcache with type arguments of type ILinkDiscovery.LDUpdate | |
---|---|
void |
PortDownReconciliation.topologyChanged(java.util.List<ILinkDiscovery.LDUpdate> appliedUpdates)
|
Uses of ILinkDiscovery.LDUpdate in net.floodlightcontroller.linkdiscovery |
---|
Methods in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.LDUpdate | |
---|---|
void |
ILinkDiscoveryListener.linkDiscoveryUpdate(ILinkDiscovery.LDUpdate update)
|
Method parameters in net.floodlightcontroller.linkdiscovery with type arguments of type ILinkDiscovery.LDUpdate | |
---|---|
void |
ILinkDiscoveryListener.linkDiscoveryUpdate(java.util.List<ILinkDiscovery.LDUpdate> updateList)
|
Constructors in net.floodlightcontroller.linkdiscovery with parameters of type ILinkDiscovery.LDUpdate | |
---|---|
ILinkDiscovery.LDUpdate(ILinkDiscovery.LDUpdate old)
|
Uses of ILinkDiscovery.LDUpdate in net.floodlightcontroller.linkdiscovery.internal |
---|
Fields in net.floodlightcontroller.linkdiscovery.internal with type parameters of type ILinkDiscovery.LDUpdate | |
---|---|
protected java.util.concurrent.BlockingQueue<ILinkDiscovery.LDUpdate> |
LinkDiscoveryManager.updates
|
Method parameters in net.floodlightcontroller.linkdiscovery.internal with type arguments of type ILinkDiscovery.LDUpdate | |
---|---|
protected void |
LinkDiscoveryManager.deleteLinks(java.util.List<Link> links,
java.lang.String reason,
java.util.List<ILinkDiscovery.LDUpdate> updateList)
Removes links from memory and storage. |
Uses of ILinkDiscovery.LDUpdate in net.floodlightcontroller.topology |
---|
Fields in net.floodlightcontroller.topology with type parameters of type ILinkDiscovery.LDUpdate | |
---|---|
protected java.util.concurrent.BlockingQueue<ILinkDiscovery.LDUpdate> |
TopologyManager.ldUpdates
|
Methods in net.floodlightcontroller.topology that return types with arguments of type ILinkDiscovery.LDUpdate | |
---|---|
java.util.List<ILinkDiscovery.LDUpdate> |
TopologyManager.applyUpdates()
Updates concerning switch disconnect and port down are not processed. |
Methods in net.floodlightcontroller.topology with parameters of type ILinkDiscovery.LDUpdate | |
---|---|
void |
TopologyManager.linkDiscoveryUpdate(ILinkDiscovery.LDUpdate update)
|
Method parameters in net.floodlightcontroller.topology with type arguments of type ILinkDiscovery.LDUpdate | |
---|---|
void |
TopologyManager.informListeners(java.util.List<ILinkDiscovery.LDUpdate> linkUpdates)
|
void |
TopologyManager.linkDiscoveryUpdate(java.util.List<ILinkDiscovery.LDUpdate> updateList)
|
void |
ITopologyListener.topologyChanged(java.util.List<ILinkDiscovery.LDUpdate> linkUpdates)
Happens when the switch clusters are recomputed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |