Modifier and Type | Method and Description |
---|---|
static BridgeForwardingTable |
create(Bridge bridge,
Set<BridgeForwardingTableEntry> entries) |
Set<String> |
getBftMacs() |
int |
getBftSize() |
Bridge |
getBridge() |
BridgePortWithMacs |
getBridgePortWithMacs(BridgePort port) |
Map<String,Set<BridgePort>> |
getDuplicated() |
Set<BridgeForwardingTableEntry> |
getEntries() |
Set<String> |
getIdentifiers() |
Map<String,BridgePort> |
getMactoport() |
Integer |
getNodeId() |
BridgePort |
getPort(Integer bp) |
Set<BridgePortWithMacs> |
getPorttomac() |
Integer |
getRootBridgePort() |
BridgePort |
getRootPort() |
static Set<BridgePortWithMacs> |
getThroughSet(BridgeForwardingTable bridgeFt,
Set<BridgePort> excluded) |
String |
printTopology() |
void |
setDuplicated(Map<String,Set<BridgePort>> duplicated) |
void |
setMactoport(Map<String,BridgePort> mactoport) |
void |
setRootPort(Integer rootPort) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAddress, getAddress, getAddress, getAddress, getAddress, getAddress, getAddress, getAddress, getCloudIconKey, getDefaultEdgeId, getDefaultEdgeId, getDefaultIconKey, getEdgeId, getEdgeId, getEdgeId, getEdgeId, getEdgeId, getIconKey, getId, getId, getId, getId, getIsManaged, getMacsCloudId, getMacsCloudIpTextString, getMacsIpLabel, getMacsIpTextString, getNodeStatus, getNodeTextString, getPortId, getPortTextString, getPortTextString, getPortTextString, getRemoteAddress, getRemoteAddress, getRemoteAddress, getSharedSegmentId, getSharedSegmentId, getSharedSegmentLabel, getSharedSegmentTextString, getSharedSegmentTextString
public static Set<BridgePortWithMacs> getThroughSet(BridgeForwardingTable bridgeFt, Set<BridgePort> excluded) throws BridgeTopologyException
BridgeTopologyException
public static BridgeForwardingTable create(Bridge bridge, Set<BridgeForwardingTableEntry> entries) throws BridgeTopologyException
BridgeTopologyException
public Set<BridgePortWithMacs> getPorttomac()
public BridgePortWithMacs getBridgePortWithMacs(BridgePort port)
public Map<String,BridgePort> getMactoport()
public void setMactoport(Map<String,BridgePort> mactoport)
public Map<String,Set<BridgePort>> getDuplicated()
public void setDuplicated(Map<String,Set<BridgePort>> duplicated)
public Set<BridgeForwardingTableEntry> getEntries()
public int getBftSize()
public Integer getNodeId()
public Bridge getBridge()
public Integer getRootBridgePort()
public BridgePort getRootPort()
public BridgePort getPort(Integer bp)
public void setRootPort(Integer rootPort)
public String printTopology()
printTopology
in interface Topology
Copyright © 2021. All rights reserved.