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 | |
org.opennms.netmgt.enlinkd.snmp |
Modifier and Type | Method and Description |
---|---|
void |
BridgeElement.merge(BridgeElement element) |
Modifier and Type | Method and Description |
---|---|
BridgeElement |
BridgeElementDao.getByBridgeIdVlan(String id,
Integer vlanId) |
BridgeElement |
BridgeElementDao.getByNodeIdVlan(Integer id,
Integer vlanId) |
Modifier and Type | Method and Description |
---|---|
List<BridgeElement> |
BridgeElementDao.findByBridgeId(String id) |
List<BridgeElement> |
BridgeElementDao.findByNodeId(Integer id) |
Modifier and Type | Method and Description |
---|---|
BridgeElement |
BridgeElementDaoHibernate.getByBridgeIdVlan(String id,
Integer vlanId) |
BridgeElement |
BridgeElementDaoHibernate.getByNodeIdVlan(Integer id,
Integer vlanId) |
Modifier and Type | Method and Description |
---|---|
List<BridgeElement> |
BridgeElementDaoHibernate.findByBridgeId(String id) |
List<BridgeElement> |
BridgeElementDaoHibernate.findByNodeId(Integer id)
findByNodeId
|
Modifier and Type | Method and Description |
---|---|
void |
BridgeTopologyService.store(int nodeId,
BridgeElement bridge) |
Modifier and Type | Method and Description |
---|---|
static String |
Bridge.getDesignated(List<BridgeElement> elems) |
static Set<String> |
Bridge.getIdentifier(List<BridgeElement> elems) |
Modifier and Type | Method and Description |
---|---|
List<BridgeElement> |
BridgeTopologyServiceImpl.getBridgeElements(Set<Integer> nodes) |
Modifier and Type | Method and Description |
---|---|
protected void |
BridgeTopologyServiceImpl.saveBridgeElement(int nodeId,
BridgeElement saveMe) |
void |
BridgeTopologyServiceImpl.store(int nodeId,
BridgeElement bridge) |
Modifier and Type | Method and Description |
---|---|
BridgeElement |
Dot1dBaseTracker.getBridgeElement() |
Copyright © 2021. All rights reserved.