Interface BlocklistOperations
public interface BlocklistOperations
Operations to perform on the blocklist.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewBlockedNodes(Collection<BlockedNode> newNodes) Add new blocked node records.
-
Method Details
-
addNewBlockedNodes
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
-