Package | Description |
---|---|
com.hp.sdn.diag |
Definitions of the path diagnostic service.
|
com.hp.sdn.model |
Base abstractions used in consuming & producing Network information model.
|
com.hp.sdn.path |
API for selecting & paving paths between nodes and devices.
|
com.hp.sdn.topo |
API for retrieving information about network topology & connectivity.
|
com.hp.sdn.tvue |
Topology viewer API & domain model definitions.
|
Modifier and Type | Method and Description |
---|---|
Path |
PathDiagnosticService.getPath(String pid)
Returns the path for the given packet model ID.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultPath
Default implementation of a network path.
|
Modifier and Type | Method and Description |
---|---|
Set<Path> |
PathSelectionService.getPaths(NodeId src,
NodeId dst)
Returns the set of shortest path between the specified source and
destination nodes, measuring link edge weight using hop count.
|
Set<Path> |
PathSelectionService.getPaths(NodeId src,
NodeId dst,
LinkWeight weight)
Returns the set of shortest paths between the specified source and
destination nodes using the supplied link edge weight function.
|
Modifier and Type | Method and Description |
---|---|
void |
PathPavingService.pavePath(Path path,
TrafficSelector selector,
TrafficTreatment treatment)
Paves the specified path, for the traffic matching the supplied selector.
|
Modifier and Type | Method and Description |
---|---|
Set<Path> |
TopologyData.getPaths(DeviceId src,
DeviceId dst)
Returns the paths from the given source vertex to a given destination
vertex.
|
Set<Path> |
TopologyServiceAdapter.getPaths(DeviceId src,
DeviceId dst) |
Set<Path> |
TopologyService.getPaths(DeviceId src,
DeviceId dst)
Returns all shortest paths between the specified source and destination
infrastructure devices, measuring link edge weight using hop count.
|
Set<Path> |
TopologyData.getPaths(DeviceId src,
DeviceId dst,
LinkWeight weight)
Get the set of shortest paths computed using the supplied edge weight.
|
Set<Path> |
TopologyServiceAdapter.getPaths(DeviceId src,
DeviceId dst,
LinkWeight weight) |
Set<Path> |
TopologyService.getPaths(DeviceId src,
DeviceId dst,
LinkWeight weight)
Returns all shortest paths between the specified source and destination
infrastructure devices using the supplied link edge weight function.
|
Modifier and Type | Method and Description |
---|---|
Path |
TopologyViewerService.getPath(NetworkElement src,
NetworkElement dst)
Returns the shortest path between the specified nodes.
|
Path |
TopologyViewerService.getPathFollowingFlows(NetworkElement src,
NetworkElement dst,
EthernetType ethType,
IpProtocol protocol)
Returns the path between the specified nodes using the supplied flow
descriptors.
|
Copyright © 2015. All Rights Reserved.