public static class DurableStore.LoadAll$
extends java.lang.Object
implements scala.Product, scala.Serializable
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 LoadFailed and the Replicator supervisor
will stop itself and the durable store.
| Modifier and Type | Field and Description |
|---|---|
static DurableStore.LoadAll$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
LoadAll$() |
public static final DurableStore.LoadAll$ MODULE$