public interface IsisTopologyService extends TopologyService
Modifier and Type | Method and Description |
---|---|
void |
delete(int nodeid) |
List<IsIsElementTopologyEntity> |
findAllIsIsElements() |
List<TopologyConnection<IsIsLinkTopologyEntity,IsIsLinkTopologyEntity>> |
match() |
void |
reconcile(int nodeId,
Date now) |
void |
store(int nodeId,
IsIsElement element) |
void |
store(int nodeId,
IsIsLink link) |
hasUpdates, parseUpdates, refresh, updatesAvailable
void delete(int nodeid)
void reconcile(int nodeId, Date now)
void store(int nodeId, IsIsLink link)
void store(int nodeId, IsIsElement element)
List<IsIsElementTopologyEntity> findAllIsIsElements()
List<TopologyConnection<IsIsLinkTopologyEntity,IsIsLinkTopologyEntity>> match()
Copyright © 2021. All rights reserved.