| Package | Description |
|---|---|
| com.h3c.sdn.common |
Definitions of general services applicable to multiple tiers of the
SDN Controller.
|
| com.h3c.sdn.ctl.json |
...
|
| com.h3c.sdn.diag |
Definitions of the path diagnostic service.
|
| com.h3c.sdn.misc.net | |
| com.h3c.sdn.topology |
Definitions of the interfaces provided by the Topology Services Application.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
L2Path.compares(L2Path newPath) |
| Modifier and Type | Method and Description |
|---|---|
L2Path |
TopologyPathCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
TopologyPathCodec.encode(L2Path topopath) |
| Modifier and Type | Method and Description |
|---|---|
L2Path |
PathDiagnosticService.getPath(String pid)
Returns the path for the given packet model ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
L2PathDTO
Represents the path between two switches in a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
L2PathDTO.compares(L2Path path) |
| Modifier and Type | Method and Description |
|---|---|
L2Path |
TopologyService.createL2RoutePath(DataPathId srcDpid,
DataPathId dstDpid,
List<Link> paths)
Change the Class L2Path to Class L2RoutePath for PathDaemon to use get/remove/contains, etc..
|
L2Path |
TopologyService.path(DataPathId source,
DataPathId dest)
Determines control domain elements that need to be traversed for reaching
destination node from a source node.
|
| Modifier and Type | Method and Description |
|---|---|
List<L2Path> |
TopologyService.ecmpPath(DataPathId device,
DataPathId device2) |
Copyright © 2014. All Rights Reserved.