Interface BlocklistOperations
-
public interface BlocklistOperationsOperations to perform on the blocklist.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddNewBlockedNodes(Collection<BlockedNode> newNodes)Add new blocked node records.
-
-
-
Method Detail
-
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
-
-