Interface IRemovedNodePruning
Assembly: Akka.DistributedData.dll
Syntax
public interface IRemovedNodePruning : IReplicatedData
Properties
|
Edit this page
View Source
ModifiedByNodes
The nodes that have changed the state for this data
and would need pruning when such node is no longer part
of the cluster.
Declaration
ImmutableHashSet<UniqueAddress> ModifiedByNodes { get; }
Property Value
Methods
|
Edit this page
View Source
NeedPruningFrom(UniqueAddress)
Does it have any state changes from a specific node,
which has been removed from the cluster.
Declaration
bool NeedPruningFrom(UniqueAddress removedNode)
Parameters
Returns
|
Edit this page
View Source
Prune(UniqueAddress, UniqueAddress)
Declaration
IReplicatedData Prune(UniqueAddress removedNode, UniqueAddress collapseInto)
Parameters
Returns
|
Edit this page
View Source
PruningCleanup(UniqueAddress)
Declaration
IReplicatedData PruningCleanup(UniqueAddress removedNode)
Parameters
Returns
Extension Methods