Interface BlocklistOperations


public interface BlocklistOperations
Operations to perform on the blocklist.
  • Method Details

    • addNewBlockedNodes

      void addNewBlockedNodes(Collection<BlockedNode> newNodes)
      Add new blocked node records. If a node (identified by node id) already exists, the newly added one will be merged with the existing one.
      Parameters:
      newNodes - the new blocked node records