Interface InterfaceToNodeCache

    • Method Detail

      • dataSourceSync

        void dataSourceSync()
      • setNodeId

        boolean setNodeId​(String location,
                          InetAddress ipAddr,
                          int nodeId)
      • removeNodeId

        boolean removeNodeId​(String location,
                             InetAddress ipAddr,
                             int nodeId)
      • size

        int size()
      • clear

        void clear()
        Should only be used for testing.
      • removeInterfacesForNode

        void removeInterfacesForNode​(int nodeId)