Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate | |
org.opennms.netmgt.model.topology |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDao.getHostSharedSegment(String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDao.getBridgeSharedSegments(int nodeid) |
Modifier and Type | Method and Description |
---|---|
SharedSegment |
BridgeTopologyDaoHibernate.getHostSharedSegment(String mac) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BridgeTopologyDaoHibernate.getBridgeSharedSegments(int nodeid) |
Modifier and Type | Method and Description |
---|---|
static SharedSegment |
SharedSegment.create() |
static SharedSegment |
SharedSegment.create(BridgeBridgeLink link) |
static SharedSegment |
SharedSegment.create(BridgeMacLink link) |
static SharedSegment |
SharedSegment.createAndAddToBroadcastDomain(BroadcastDomain domain,
BridgePortWithMacs bft) |
SharedSegment |
BroadcastDomain.getSharedSegment(BridgePort bridgePort) |
SharedSegment |
BroadcastDomain.getSharedSegment(Integer bridgeid,
Integer bridgePort) |
Modifier and Type | Method and Description |
---|---|
List<SharedSegment> |
BroadcastDomain.getSharedSegments() |
List<SharedSegment> |
BroadcastDomain.getSharedSegments(Integer bridgeId) |
Modifier and Type | Method and Description |
---|---|
static List<BridgeBridgeLink> |
SharedSegment.getBridgeBridgeLinks(SharedSegment segment) |
static List<BridgeMacLink> |
SharedSegment.getBridgeMacLinks(SharedSegment segment) |
Set<Bridge> |
BroadcastDomain.getBridgeOnSharedSegment(SharedSegment segment) |
static Integer |
BroadcastDomain.getCalculateBFT(BroadcastDomain domain,
SharedSegment segment,
Bridge bridge,
Map<Integer,Integer> bridgetobridgeport,
Set<Integer> downBridgeIds,
int level) |
static boolean |
BroadcastDomain.loadTopologyEntry(BroadcastDomain domain,
SharedSegment segment) |
static void |
SharedSegment.merge(BroadcastDomain domain,
SharedSegment upsegment,
Map<BridgePortWithMacs,Set<BridgePortWithMacs>> splitted,
Set<String> macsonsegment,
BridgePort rootport,
Set<BridgePortWithMacs> throughset) |
Copyright © 2019. All rights reserved.