public class InterfaceToNodeCacheImpl extends Object implements org.opennms.integration.api.v1.dao.InterfaceToNodeCache
Constructor and Description |
---|
InterfaceToNodeCacheImpl(InterfaceToNodeCache cache) |
Modifier and Type | Method and Description |
---|---|
Optional<Integer> |
getFirstNodeId(String location,
InetAddress ipAddr) |
java.util.stream.Stream<Integer> |
getNodeIds(String location,
InetAddress ipAddr) |
void |
refresh() |
public InterfaceToNodeCacheImpl(InterfaceToNodeCache cache)
public java.util.stream.Stream<Integer> getNodeIds(String location, InetAddress ipAddr)
getNodeIds
in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache
public Optional<Integer> getFirstNodeId(String location, InetAddress ipAddr)
getFirstNodeId
in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache
public void refresh()
refresh
in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache
Copyright © 2021. All rights reserved.