Interface CdpTopologyService
-
- All Superinterfaces:
TopologyService
- All Known Implementing Classes:
CdpTopologyServiceImpl
public interface CdpTopologyService extends TopologyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(int nodeid)
List<CdpElementTopologyEntity>
findAllCdpElements()
List<TopologyConnection<CdpLinkTopologyEntity,CdpLinkTopologyEntity>>
match()
void
reconcile(int nodeId, Date now)
void
store(int nodeId, CdpElement cdp)
void
store(int nodeId, CdpLink link)
-
Methods inherited from interface org.opennms.netmgt.enlinkd.service.api.TopologyService
hasUpdates, parseUpdates, refresh, updatesAvailable
-
-
-
-
Method Detail
-
delete
void delete(int nodeid)
-
reconcile
void reconcile(int nodeId, Date now)
-
store
void store(int nodeId, CdpElement cdp)
-
store
void store(int nodeId, CdpLink link)
-
findAllCdpElements
List<CdpElementTopologyEntity> findAllCdpElements()
-
match
List<TopologyConnection<CdpLinkTopologyEntity,CdpLinkTopologyEntity>> match()
-
-