Package org.apache.pekko.persistence
Class SnapshotProtocol.LoadSnapshotResult
java.lang.Object
org.apache.pekko.persistence.SnapshotProtocol.LoadSnapshotResult
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,Protocol.Message,SnapshotProtocol.Message,SnapshotProtocol.Response,scala.Equals,scala.Product
- Enclosing class:
- SnapshotProtocol
public static final class SnapshotProtocol.LoadSnapshotResult
extends Object
implements SnapshotProtocol.Response, scala.Product, Serializable
Response message to a
SnapshotProtocol.LoadSnapshot message.
param: snapshot loaded snapshot, if any.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoadSnapshotResult(scala.Option<SelectedSnapshot> snapshot, long toSequenceNr) -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(scala.Option<SelectedSnapshot> snapshot, long toSequenceNr) scala.Option<SelectedSnapshot>longbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Option<SelectedSnapshot>snapshot()longtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
LoadSnapshotResult
-
-
Method Details
-
snapshot
-
toSequenceNr
public long toSequenceNr() -
copy
public SnapshotProtocol.LoadSnapshotResult copy(scala.Option<SelectedSnapshot> snapshot, long toSequenceNr) -
copy$default$1
-
copy$default$2
public long copy$default$2() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-