public interface BridgeTopologyService extends TopologyService
Modifier and Type | Method and Description |
---|---|
void |
add(BroadcastDomain domain) |
boolean |
collectBft(int nodeid,
int maxsize) |
void |
collectedBft(int nodeid) |
void |
delete(int nodeid) |
Set<BroadcastDomain> |
findAll() |
BroadcastDomain |
getBroadcastDomain(int nodeId) |
List<MacPort> |
getMacPorts() |
SharedSegment |
getSharedSegment(String mac) |
List<SharedSegment> |
getSharedSegments(int nodeid) |
Map<Integer,Set<BridgeForwardingTableEntry>> |
getUpdateBftMap() |
void |
load() |
List<TopologyShared> |
match() |
BroadcastDomain |
reconcile(BroadcastDomain domain,
int nodeid) |
void |
reconcile(int nodeId,
Date now) |
void |
store(BroadcastDomain domain,
Date now) |
void |
store(int nodeId,
BridgeElement bridge) |
void |
store(int nodeId,
BridgeStpLink link) |
void |
store(int nodeId,
List<BridgeForwardingTableEntry> bft) |
void |
updateBridgeOnDomain(BroadcastDomain domain,
Integer nodeid) |
Set<BridgeForwardingTableEntry> |
useBridgeTopologyUpdateBFT(int nodeid) |
hasUpdates, parseUpdates, refresh, updatesAvailable
boolean collectBft(int nodeid, int maxsize)
void collectedBft(int nodeid)
void load()
List<SharedSegment> getSharedSegments(int nodeid)
SharedSegment getSharedSegment(String mac)
void delete(int nodeid) throws BridgeTopologyException
BridgeTopologyException
BroadcastDomain reconcile(BroadcastDomain domain, int nodeid) throws BridgeTopologyException
BridgeTopologyException
void reconcile(int nodeId, Date now)
void store(int nodeId, BridgeElement bridge)
void store(int nodeId, BridgeStpLink link)
void store(int nodeId, List<BridgeForwardingTableEntry> bft)
void store(BroadcastDomain domain, Date now) throws BridgeTopologyException
BridgeTopologyException
void add(BroadcastDomain domain)
void updateBridgeOnDomain(BroadcastDomain domain, Integer nodeid)
Set<BroadcastDomain> findAll()
BroadcastDomain getBroadcastDomain(int nodeId)
Map<Integer,Set<BridgeForwardingTableEntry>> getUpdateBftMap()
Set<BridgeForwardingTableEntry> useBridgeTopologyUpdateBFT(int nodeid)
List<TopologyShared> match()
Copyright © 2021. All rights reserved.