Package | Description |
---|---|
org.opennms.netmgt.enlinkd.model |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.enlinkd.persistence.api | |
org.opennms.netmgt.enlinkd.persistence.impl | |
org.opennms.netmgt.enlinkd.service.api | |
org.opennms.netmgt.enlinkd.service.impl |
Modifier and Type | Method and Description |
---|---|
void |
BridgeMacLink.merge(BridgeMacLink element) |
Modifier and Type | Method and Description |
---|---|
BridgeMacLink |
BridgeMacLinkDao.getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<BridgeMacLink> |
BridgeMacLinkDao.findByMacAddress(String mac) |
List<BridgeMacLink> |
BridgeMacLinkDao.findByNodeId(Integer id) |
List<BridgeMacLink> |
BridgeMacLinkDao.findByNodeIdBridgePort(Integer id,
Integer port) |
Modifier and Type | Method and Description |
---|---|
BridgeMacLink |
BridgeMacLinkDaoHibernate.getByNodeIdBridgePortMac(Integer id,
Integer port,
String mac) |
Modifier and Type | Method and Description |
---|---|
List<BridgeMacLink> |
BridgeMacLinkDaoHibernate.findByMacAddress(String mac) |
List<BridgeMacLink> |
BridgeMacLinkDaoHibernate.findByNodeId(Integer id) |
List<BridgeMacLink> |
BridgeMacLinkDaoHibernate.findByNodeIdBridgePort(Integer id,
Integer port) |
Modifier and Type | Method and Description |
---|---|
static BridgeMacLink |
BridgeForwardingTableEntry.create(BridgePort bp,
String macAddress,
BridgeMacLink.BridgeMacLinkType type) |
Modifier and Type | Method and Description |
---|---|
static List<BridgeMacLink> |
BridgeForwardingTableEntry.create(BridgePort bp,
Set<String> macs,
BridgeMacLink.BridgeMacLinkType type) |
static List<BridgeMacLink> |
BridgeForwardingTableEntry.create(BridgePortWithMacs bft,
BridgeMacLink.BridgeMacLinkType type) |
static List<BridgeMacLink> |
SharedSegment.getBridgeMacLinks(SharedSegment segment) |
Modifier and Type | Method and Description |
---|---|
static SharedSegment |
SharedSegment.create(BridgeMacLink link) |
static BridgePort |
BridgePort.getFromBridgeMacLink(BridgeMacLink link) |
Modifier and Type | Method and Description |
---|---|
protected void |
BridgeTopologyServiceImpl.saveBridgeMacLink(BridgeMacLink saveMe) |
Copyright © 2021. All rights reserved.