Package | Description |
---|---|
org.opennms.netmgt.dao | |
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.model.topology |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDaoInMemory.getHostNodeSharedSegment(BridgeBridgeLinkDao bridgeBridgeLinkDao,
BridgeMacLinkDao bridgeMacLinkDao,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDaoInMemory.getBridgeNodeSharedSegments(BridgeBridgeLinkDao bridgeBridgeLinkDao,
BridgeMacLinkDao bridgeMacLinkDao,
int nodeid) |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDao.getHostNodeSharedSegment(BridgeBridgeLinkDao bridgeBridgeLinkDao,
BridgeMacLinkDao bridgeMacLinkDao,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDao.getBridgeNodeSharedSegments(BridgeBridgeLinkDao bridgeBridgeLinkDao,
BridgeMacLinkDao bridgeMacLinkDao,
int nodeid) |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BroadcastDomain.getSharedSegment(Integer bridgeId,
Integer bridgePort) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BroadcastDomain.getSharedSegmentOnTopologyForBridge(Integer bridgeId) |
List<SharedSegment> |
BroadcastDomain.getTopology() |
List<SharedSegment> |
BroadcastDomain.removeSharedSegmentOnTopologyForBridge(Integer bridgeId) |
Modifier and Type | Method and Description |
---|---|
void |
BroadcastDomain.add(SharedSegment segment) |
Set<Bridge> |
BroadcastDomain.getBridgeOnSharedSegment(SharedSegment segment) |
void |
BroadcastDomain.loadTopologyEntry(SharedSegment segment) |
void |
SharedSegment.mergeBridge(SharedSegment shared,
Integer bridgeId) |
Copyright © 2017. All rights reserved.