IRemovedNodePruningT Interface |
Namespace: Akka.DistributedData
public interface IRemovedNodePruning<T> : IReplicatedData<T>, IReplicatedData where T : IReplicatedData
[Missing <typeparam name="T"/> documentation for "T:Akka.DistributedData.IRemovedNodePruning`1"]
The IRemovedNodePruningT type exposes the following members.
Name | Description | |
---|---|---|
Merge(T) |
Monotonic merge method.
(Inherited from IReplicatedDataT.) | |
Merge(IReplicatedData) | (Inherited from IReplicatedData.) | |
NeedPruningFrom |
Does it have any state changes from a specific node,
which has been removed from the cluster.
| |
Prune |
When the removedNode node has been removed from the cluster the state
changes from that node will be pruned by collapsing the data entries
to another node.
| |
PruningCleanup |
Remove data entries from a node that has been removed from the cluster
and already been pruned.
|