Class PathComputationImpl
- java.lang.Object
-
- org.opendaylight.bgpcep.pcep.server.provider.PathComputationImpl
-
- All Implemented Interfaces:
PathComputation
public class PathComputationImpl extends Object implements PathComputation
-
-
Constructor Summary
Constructors Constructor Description PathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ero
computeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, boolean segmentRouting)
Message
computePath(Requests req)
-
-
-
Constructor Detail
-
PathComputationImpl
public PathComputationImpl(ConnectedGraph tedGraph, PathComputationProvider algoProvider)
-
-
Method Detail
-
computePath
public Message computePath(Requests req)
- Specified by:
computePath
in interfacePathComputation
-
computeEro
public Ero computeEro(EndpointsObj endpoints, Bandwidth bandwidth, ClassType classType, List<Metrics> metrics, boolean segmentRouting)
- Specified by:
computeEro
in interfacePathComputation
-
-