Uses of Class
org.opendaylight.algo.impl.CspfPath
Packages that use CspfPath
-
Uses of CspfPath in org.opendaylight.algo.impl
Fields in org.opendaylight.algo.impl declared as CspfPathModifier and TypeFieldDescriptionprotected CspfPathAbstractPathComputation.pathDestinationprotected CspfPathAbstractPathComputation.pathSourceFields in org.opendaylight.algo.impl with type parameters of type CspfPathModifier and TypeFieldDescriptionprotected final PriorityQueue<CspfPath> AbstractPathComputation.priorityQueueAbstractPathComputation.processedPathMethods in org.opendaylight.algo.impl that return CspfPathModifier and TypeMethodDescriptionCspfPath.addConnectedEdge(ConnectedEdge edge) CspfPath.addPath(List<ConnectedEdge> list) protected abstract CspfPathAbstractPathComputation.computeSimplePath(VertexKey source, VertexKey destination) protected CspfPathConstrainedShortestPathFirst.computeSimplePath(VertexKey src, VertexKey dst) protected CspfPathSamcra.computeSimplePath(VertexKey src, VertexKey dst) protected CspfPathShortestPathFirst.computeSimplePath(VertexKey src, VertexKey dst) CspfPath.replacePath(List<ConnectedEdge> list) CspfPath.setCost(int cost) CspfPath.setDelay(int delay) CspfPath.setPathLength(float length) CspfPath.setPredecessor(Long vertexId) CspfPath.setStatus(CspfPath.CspfPathStatus status) Methods in org.opendaylight.algo.impl with parameters of type CspfPathModifier and TypeMethodDescriptionprotected ConstrainedPathAbstractPathComputation.combineDivertPaths(CspfPath pcp, CspfPath scp) intprotected booleanAbstractPathComputation.pruneEdge(ConnectedEdge edge, CspfPath path) Check if Edge need to be prune regarding all constraints including address family.protected ConstrainedPathAbstractPathComputation.toConstrainedPath(CspfPath path) protected ConstrainedPathAbstractPathComputation.toConstrainedPath(CspfPath primary, CspfPath secondary) protected booleanAbstractPathComputation.verifySrlgs(ConnectedEdge edge, CspfPath path) Verify if Edge share SRLG with current path during Path Diversity computation.Constructors in org.opendaylight.algo.impl with parameters of type CspfPath