Interface IPruningState
Namespace: Akka.DistributedData
Assembly: Akka.DistributedData.dll
Syntax
public interface IPruningState
Methods
| Improve this Doc View SourceAddSeen(Address)
Declaration
IPruningState AddSeen(Address node)
Parameters
Type | Name | Description |
---|---|---|
Address | node |
Returns
Type | Description |
---|---|
IPruningState |
Merge(IPruningState)
Declaration
IPruningState Merge(IPruningState other)
Parameters
Type | Name | Description |
---|---|---|
IPruningState | other |
Returns
Type | Description |
---|---|
IPruningState |