Class LoadAll
Request to load all entries.
It must reply with 0 or more LoadData messages
followed by one LoadAllCompleted message to the sender (the Replicator).
If the LoadAll fails it can throw LoadFailedException and the Replicator supervisor
will stop itself and the durable store.
Assembly: Akka.DistributedData.dll
Syntax
public sealed class LoadAll : IEquatable<LoadAll>
Fields
|
Edit this page
View Source
Instance
Declaration
public static readonly LoadAll Instance
Field Value
Methods
|
Edit this page
View Source
Equals(LoadAll)
Declaration
public bool Equals(LoadAll other)
Parameters
| Type |
Name |
Description |
| LoadAll |
other |
|
Returns
|
Edit this page
View Source
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
Overrides
|
Edit this page
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods