Uses of Class
org.opendaylight.algo.impl.CspfPath
-
Packages that use CspfPath Package Description org.opendaylight.algo.impl -
-
Uses of CspfPath in org.opendaylight.algo.impl
Fields in org.opendaylight.algo.impl declared as CspfPath Modifier and Type Field Description protected CspfPathAbstractPathComputation. pathDestinationprotected CspfPathAbstractPathComputation. pathSourceFields in org.opendaylight.algo.impl with type parameters of type CspfPath Modifier and Type Field Description protected PriorityQueue<CspfPath>AbstractPathComputation. priorityQueueprotected HashMap<Long,CspfPath>AbstractPathComputation. processedPathMethods in org.opendaylight.algo.impl that return CspfPath Modifier and Type Method Description CspfPathCspfPath. addConnectedEdge(ConnectedEdge edge)CspfPathCspfPath. replacePath(List<ConnectedEdge> list)CspfPathCspfPath. setCost(int cost)CspfPathCspfPath. setDelay(int delay)CspfPathCspfPath. setKey(Integer key)CspfPathCspfPath. setPathLength(float length)CspfPathCspfPath. setPathStatus(byte status)CspfPathCspfPath. setPredecessor(Long vertexId)Methods in org.opendaylight.algo.impl with parameters of type CspfPath Modifier and Type Method Description intCspfPath. compareTo(CspfPath other)protected booleanAbstractPathComputation. pruneEdge(ConnectedEdge edge, CspfPath path)Check if Edge need to be prune regarding all constraints including address family.
-