public class Dynamic_RSA extends Object implements ComputingAlgorithm
Reference: A. Castro et al., Dynamic routing and spectrum (re)allocation in future flexgrid optical networks, Comput. Netw. (2012), http://dx.doi.org/10.1016/j.comnet.2012.05.001
| Constructor and Description |
|---|
Dynamic_RSA(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager,
int mf) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call() |
AlgorithmReservation |
getReserv() |
void |
setPreComp(Dynamic_RSAPreComputation preComp) |
static String |
toHexString(byte[] packetBytes) |
public Dynamic_RSA(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager, int mf)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmpublic void setPreComp(Dynamic_RSAPreComputation preComp)
public static String toHexString(byte[] packetBytes)
Copyright © 2016. All rights reserved.