Class SnapshotMeta
java.lang.Object
org.apache.pekko.persistence.testkit.SnapshotMeta
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
Snapshot metainformation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longstatic SnapshotMetaapply(long sequenceNr, long timestamp) static longbooleancopy(long sequenceNr, long timestamp) longlongstatic SnapshotMetacreate(long sequenceNr) static SnapshotMetacreate(long sequenceNr, long timestamp) booleanlonglonginthashCode()intproductElement(int x$1) productElementName(int x$1) static scala.collection.Iterator<String>scala.collection.Iterator<Object>longlongtoString()unapply(SnapshotMeta x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
SnapshotMeta
public SnapshotMeta(long sequenceNr, long timestamp)
-
-
Method Details
-
$lessinit$greater$default$2
public static long $lessinit$greater$default$2() -
create
-
create
-
apply
-
apply$default$2
public static long apply$default$2() -
unapply
-
productElementNames
-
sequenceNr
public long sequenceNr() -
timestamp
public long timestamp() -
getSequenceNr
public long getSequenceNr() -
getTimestamp
public long getTimestamp() -
copy
-
copy$default$1
public long 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
-