public class MDHPCEDelayAlgorithm extends Object implements ComputingAlgorithm
| Constructor and Description |
|---|
MDHPCEDelayAlgorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ChildPCERequestManager cprm,
es.tid.tedb.ReachabilityManager rm) |
MDHPCEDelayAlgorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ChildPCERequestManager cprm,
es.tid.tedb.ReachabilityManager rm,
Hashtable<Inet4Address,es.tid.tedb.DomainTEDB> intra) |
| Modifier and Type | Method and Description |
|---|---|
void |
addXRO(es.tid.pce.pcep.objects.ExcludeRouteObject xro,
es.tid.pce.pcep.constructs.Request req) |
ComputingResponse |
call() |
AlgorithmReservation |
getReserv() |
void |
processXRO(es.tid.pce.pcep.objects.ExcludeRouteObject xro,
org.jgrapht.graph.DirectedWeightedMultigraph<Inet4Address,es.tid.tedb.InterDomainEdge> networkGraph) |
public MDHPCEDelayAlgorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ChildPCERequestManager cprm, es.tid.tedb.ReachabilityManager rm)
public MDHPCEDelayAlgorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ChildPCERequestManager cprm, es.tid.tedb.ReachabilityManager rm, Hashtable<Inet4Address,es.tid.tedb.DomainTEDB> intra)
public ComputingResponse call() throws Exception
call in interface Callable<ComputingResponse>Exceptionpublic AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmpublic void addXRO(es.tid.pce.pcep.objects.ExcludeRouteObject xro,
es.tid.pce.pcep.constructs.Request req)
public void processXRO(es.tid.pce.pcep.objects.ExcludeRouteObject xro,
org.jgrapht.graph.DirectedWeightedMultigraph<Inet4Address,es.tid.tedb.InterDomainEdge> networkGraph)
Copyright © 2016. All rights reserved.