public interface LldpTopologyService extends TopologyService
Modifier and Type | Method and Description |
---|---|
void |
delete(int nodeid) |
List<LldpElementTopologyEntity> |
findAllLldpElements() |
List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> |
match() |
void |
reconcile(int nodeId,
Date now) |
void |
store(int nodeId,
LldpElement element) |
void |
store(int nodeId,
LldpLink link) |
hasUpdates, parseUpdates, refresh, updatesAvailable
void delete(int nodeid)
void reconcile(int nodeId, Date now)
void store(int nodeId, LldpLink link)
void store(int nodeId, LldpElement element)
List<LldpElementTopologyEntity> findAllLldpElements()
List<TopologyConnection<LldpLinkTopologyEntity,LldpLinkTopologyEntity>> match()
Copyright © 2021. All rights reserved.