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 CspfPath
AbstractPathComputation. pathDestination
protected CspfPath
AbstractPathComputation. pathSource
Fields in org.opendaylight.algo.impl with type parameters of type CspfPath Modifier and Type Field Description protected PriorityQueue<CspfPath>
AbstractPathComputation. priorityQueue
protected HashMap<Long,CspfPath>
AbstractPathComputation. processedPath
Methods in org.opendaylight.algo.impl that return CspfPath Modifier and Type Method Description CspfPath
CspfPath. addConnectedEdge(ConnectedEdge edge)
CspfPath
CspfPath. replacePath(List<ConnectedEdge> list)
CspfPath
CspfPath. setCost(int cost)
CspfPath
CspfPath. setDelay(int delay)
CspfPath
CspfPath. setKey(Integer key)
CspfPath
CspfPath. setPathLength(float length)
CspfPath
CspfPath. setPathStatus(byte status)
CspfPath
CspfPath. setPredecessor(Long vertexId)
Methods in org.opendaylight.algo.impl with parameters of type CspfPath Modifier and Type Method Description int
CspfPath. compareTo(CspfPath other)
protected boolean
AbstractPathComputation. pruneEdge(ConnectedEdge edge, CspfPath path)
Check if Edge need to be prune regarding all constraints including address family.
-