ReplicatedData that has support for pruning of data belonging to a specific node may implement this interface. When a node is removed from the cluster these methods will be used by the Replicator to collapse data from the removed node into some other node in the cluster.
See process description in the 'CRDT Garbage' section of the Replicator documentation.
When the removed node has been removed from the cluster the state changes from that node will be pruned by collapsing the data entries to another node.
When the removed node has been removed from the cluster the state changes from that node will be pruned by collapsing the data entries to another node.