Click or drag to resize
Akka.NETIRemovedNodePruningT Methods

The IRemovedNodePruningT generic type exposes the following members.

Methods
  NameDescription
Public methodMerge(T)
Monotonic merge method.
(Inherited from IReplicatedDataT.)
Public methodMerge(IReplicatedData) (Inherited from IReplicatedData.)
Public methodNeedPruningFrom
Does it have any state changes from a specific node, which has been removed from the cluster.
Public methodPrune
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.
Public methodPruningCleanup
Remove data entries from a node that has been removed from the cluster and already been pruned.
Top
See Also