| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.diag |
Definitions of the path diagnostic service.
|
| com.h3c.sdn.linkdisco |
Definitions of the services provided by the Link Discovery Application.
|
| com.h3c.sdn.misc.net |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoint |
Link.dst()
Returns the destination
connection point of the
referred link. |
ConnectionPoint |
Link.src()
Returns the source
connection point of the
referred link. |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionPoint> |
NetworkNode.connectionPoints()
Returns a list of
connection points where the
end host was heard. |
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionPoint> |
PathDiagnosticService.getNextHop(DataPathId dpid,
String pid)
Returns the set of next hop connection point on the path for a given
data path ID and packet ID.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConnectionPoint> |
LinkService.getDevicePoints(DataPathId dpid) |
Set<ConnectionPoint> |
LinkService.getSuppressLLDPsInfo()
Returns all <device,port>
connection point tuples where LLDP exchange is suppressed. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LinkService.isInfraPort(ConnectionPoint cp)
Check if the given connection point is a infrastructure connection
point.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPointDTO
Provides an implementation of
ConnectionPoint. |
| Modifier and Type | Method and Description |
|---|---|
ConnectionPoint |
LinkDTO.dst() |
ConnectionPoint |
LinkDTO.src() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionPoint> |
NetworkNodeDTO.connectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkNodeDTO.addConnectionPoint(ConnectionPoint connectionPoint)
Adds a connection point to the list of connection points where the
host was heard.
|
| Constructor and Description |
|---|
LinkDTO(ConnectionPoint linkSrc,
ConnectionPoint linkDst,
LinkInfo linkInfo)
Creates a DTO representing a link between two
connection points. |
Copyright © 2014. All Rights Reserved.