public final class SnapshotMetadata
extends java.lang.Object
implements scala.Product, scala.Serializable
param: persistenceId id of persistent actor from which the snapshot was taken. param: sequenceNr sequence number at which the snapshot was taken. param: timestamp time at which the snapshot was saved, defaults to 0 when unknown.
Constructor and Description |
---|
SnapshotMetadata(java.lang.String persistenceId,
long sequenceNr,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
static scala.math.Ordering<SnapshotMetadata> |
ordering() |
java.lang.String |
persistenceId() |
long |
sequenceNr() |
long |
timestamp() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SnapshotMetadata(java.lang.String persistenceId, long sequenceNr, long timestamp)
public static scala.math.Ordering<SnapshotMetadata> ordering()
public java.lang.String persistenceId()
public long sequenceNr()
public long timestamp()