Interface OspfTopologyService
-
- All Superinterfaces:
TopologyService
- All Known Implementing Classes:
OspfTopologyServiceImpl
public interface OspfTopologyService extends TopologyService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
delete(int nodeid)
List<OspfElement>
findAllOspfElements()
List<TopologyConnection<OspfLinkTopologyEntity,OspfLinkTopologyEntity>>
match()
void
reconcile(int nodeId, Date now)
void
store(int nodeId, OspfElement cdp)
void
store(int nodeId, OspfLink 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, OspfElement cdp)
-
store
void store(int nodeId, OspfLink link)
-
findAllOspfElements
List<OspfElement> findAllOspfElements()
-
match
List<TopologyConnection<OspfLinkTopologyEntity,OspfLinkTopologyEntity>> match()
-
-