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, updatesAvailablevoid 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 © 2020. All rights reserved.