public interface OspfTopologyService extends TopologyService
Modifier and Type | Method and 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) |
hasUpdates, parseUpdates, refresh, updatesAvailable
void delete(int nodeid)
void reconcile(int nodeId, Date now)
void store(int nodeId, OspfElement cdp)
void store(int nodeId, OspfLink link)
List<OspfElement> findAllOspfElements()
List<TopologyConnection<OspfLinkTopologyEntity,OspfLinkTopologyEntity>> match()
Copyright © 2021. All rights reserved.