public class LocalTopology extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalTopology.BorderRouter |
static class |
LocalTopology.BorderRouterInterface |
static class |
LocalTopology.DispatcherPortRange |
static class |
LocalTopology.ServiceNode |
| Constructor and Description |
|---|
LocalTopology() |
| Modifier and Type | Method and Description |
|---|---|
static LocalTopology |
create(String topologyFile) |
String |
getBorderRouterAddress(int interfaceId) |
List<LocalTopology.BorderRouter> |
getBorderRouters() |
String |
getControlServerAddress() |
List<LocalTopology.ServiceNode> |
getControlServices() |
long |
getIsdAs() |
int |
getMtu() |
LocalTopology.DispatcherPortRange |
getPortRange() |
boolean |
isCoreAs() |
String |
toString() |
public static LocalTopology create(String topologyFile)
public String getControlServerAddress()
public boolean isCoreAs()
public long getIsdAs()
public String getBorderRouterAddress(int interfaceId)
public int getMtu()
public LocalTopology.DispatcherPortRange getPortRange()
public List<LocalTopology.ServiceNode> getControlServices()
public List<LocalTopology.BorderRouter> getBorderRouters()
Copyright © 2024. All rights reserved.