Class InterfaceToNodeCacheImpl

  • All Implemented Interfaces:
    org.opennms.integration.api.v1.dao.InterfaceToNodeCache

    public class InterfaceToNodeCacheImpl
    extends Object
    implements org.opennms.integration.api.v1.dao.InterfaceToNodeCache
    • Constructor Detail

    • Method Detail

      • getNodeIds

        public java.util.stream.Stream<Integer> getNodeIds​(String location,
                                                           InetAddress ipAddr)
        Specified by:
        getNodeIds in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache
      • getFirstNodeId

        public Optional<Integer> getFirstNodeId​(String location,
                                                InetAddress ipAddr)
        Specified by:
        getFirstNodeId in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache
      • refresh

        public void refresh()
        Specified by:
        refresh in interface org.opennms.integration.api.v1.dao.InterfaceToNodeCache