public class VirtualNetworkPathManager extends org.onosproject.net.topology.AbstractPathService implements org.onosproject.net.topology.PathService, VnetService
| Constructor and Description |
|---|
VirtualNetworkPathManager(VirtualNetworkService virtualNetworkManager,
NetworkId networkId)
Creates a new virtual network path service object.
|
| Modifier and Type | Method and Description |
|---|---|
Set<org.onosproject.net.DisjointPath> |
getDisjointPaths(org.onosproject.net.ElementId src,
org.onosproject.net.ElementId dst) |
Set<org.onosproject.net.DisjointPath> |
getDisjointPaths(org.onosproject.net.ElementId src,
org.onosproject.net.ElementId dst,
Map<org.onosproject.net.Link,Object> riskProfile) |
Set<org.onosproject.net.Path> |
getPaths(org.onosproject.net.ElementId src,
org.onosproject.net.ElementId dst) |
NetworkId |
networkId() |
getDisjointPaths, getDisjointPaths, getDisjointPaths, getDisjointPaths, getKShortestPaths, getPaths, getPathspublic VirtualNetworkPathManager(VirtualNetworkService virtualNetworkManager, NetworkId networkId)
virtualNetworkManager - virtual network manager servicenetworkId - a virtual network identifierpublic Set<org.onosproject.net.Path> getPaths(org.onosproject.net.ElementId src, org.onosproject.net.ElementId dst)
getPaths in interface org.onosproject.net.topology.PathServicepublic Set<org.onosproject.net.DisjointPath> getDisjointPaths(org.onosproject.net.ElementId src, org.onosproject.net.ElementId dst)
getDisjointPaths in interface org.onosproject.net.topology.PathServicepublic Set<org.onosproject.net.DisjointPath> getDisjointPaths(org.onosproject.net.ElementId src, org.onosproject.net.ElementId dst, Map<org.onosproject.net.Link,Object> riskProfile)
getDisjointPaths in interface org.onosproject.net.topology.PathServicepublic NetworkId networkId()
networkId in interface VnetService