Package | Description |
---|---|
etri.sdn.controller.module.linkdiscovery |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Link,LinkInfo> |
Links.links
Association between a link and the link information
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<Link,LinkInfo> |
OFMLinkDiscovery.getLinks() |
java.util.Map<Link,LinkInfo> |
ILinkDiscoveryService.getLinks()
Retrieves a map of all known link connections between OpenFlow switches
and the associated info (valid time, port states) for the link.
|
Modifier and Type | Method and Description |
---|---|
void |
OFMLinkDiscovery.addLinkUpdate(Link lt,
LinkInfo info)
This method is called by Links object to pass link update event to its listeners.
|
void |
OFMLinkDiscovery.addLinkUpdate(Link lt,
LinkInfo info,
ILinkDiscoveryListener.UpdateOperation operation)
This method is called by Links object to pass link update event to its listeners.
|
private boolean |
Links.addOrUpdateLink(Link lt,
LinkInfo newInfo)
Add or Update a link information.
|
ILinkDiscovery.LinkType |
OFMLinkDiscovery.getLinkType(Link lt,
LinkInfo info) |
ILinkDiscovery.LinkType |
ILinkDiscoveryService.getLinkType(Link lt,
LinkInfo info)
Returns link type of a given link.
|