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
|
Improve this Doc
View Source
Instance
Declaration
public static readonly LoadAll Instance
Field Value
Methods
|
Improve this Doc
View Source
Equals(LoadAll)
Declaration
public bool Equals(LoadAll other)
Parameters
Type |
Name |
Description |
LoadAll |
other |
|
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Implements
Extension Methods