Package | Description |
---|---|
org.opennms.netmgt.dao.api | |
org.opennms.netmgt.dao.hibernate |
Modifier and Type | Method and Description |
---|---|
List<IsisTopologyLink> |
IsIsLinkDao.getLinksForTopology() |
Modifier and Type | Method and Description |
---|---|
List<IsisTopologyLink> |
IsIsLinkDaoHibernate.getLinksForTopology()
Gets the ISIS links between nodes and returns a list of Object[],
with the following mapping:
[0] = distinct id for combining links can be ignored
[1] = link1 id
[2] = link1 nodeid
[3] = link1 isiscircifindex
[4] = link2 id
[5] = link2 nodeid
[6] = link2 isiscircifindex
|
Copyright © 2020. All rights reserved.