Uses of Class
org.opendaylight.algo.impl.CspfPath
-
Uses of CspfPath in org.opendaylight.algo.impl
Modifier and TypeFieldDescriptionprotected CspfPath
AbstractPathComputation.pathDestination
protected CspfPath
AbstractPathComputation.pathSource
Modifier and TypeFieldDescriptionprotected final PriorityQueue<CspfPath>
AbstractPathComputation.priorityQueue
AbstractPathComputation.processedPath
Modifier and TypeMethodDescriptionCspfPath.addConnectedEdge
(ConnectedEdge edge) CspfPath.replacePath
(List<ConnectedEdge> list) CspfPath.setCost
(int cost) CspfPath.setDelay
(int delay) CspfPath.setPathLength
(float length) CspfPath.setPathStatus
(byte status) CspfPath.setPredecessor
(Long vertexId) Modifier and TypeMethodDescriptionint
protected boolean
AbstractPathComputation.pruneEdge
(ConnectedEdge edge, CspfPath path) Check if Edge need to be prune regarding all constraints including address family.