Package | Description |
---|---|
etri.sdn.controller.module.routing | |
etri.sdn.controller.module.topologymanager |
Modifier and Type | Field and Description |
---|---|
protected RouteId |
Route.id |
Modifier and Type | Method and Description |
---|---|
RouteId |
Route.getId() |
Modifier and Type | Method and Description |
---|---|
int |
RouteId.compareTo(RouteId o) |
void |
Route.setId(RouteId id) |
Constructor and Description |
---|
Route(RouteId id,
java.util.List<NodePortTuple> switchPorts) |
Modifier and Type | Field and Description |
---|---|
protected LRUHashMap<RouteId,Route> |
TopologyInstance.pathcache |
Modifier and Type | Method and Description |
---|---|
protected Route |
TopologyInstance.buildroute(RouteId id,
long srcId,
long dstId) |