Class Record<A>
java.lang.Object
org.apache.pekko.persistence.testkit.state.scaladsl.Record<A>
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> longstatic <A> Record<A>apply(long globalOffset, String persistenceId, long revision, scala.Option<A> value, String tag, long timestamp) static <A> longboolean<A> Record<A>copy(long globalOffset, String persistenceId, long revision, scala.Option<A> value, String tag, long timestamp) <A> long<A> String<A> long<A> scala.Option<A><A> String<A> longbooleanlonginthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>longrevision()tag()longtoString()scala.Option<A>value()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Record
-
-
Method Details
-
$lessinit$greater$default$6
public static <A> long $lessinit$greater$default$6() -
apply
-
apply$default$6
public static <A> long apply$default$6() -
unapply
-
globalOffset
public long globalOffset() -
persistenceId
-
revision
public long revision() -
value
-
tag
-
timestamp
public long timestamp() -
toDurableStateChange
-
copy
-
copy$default$1
public <A> long copy$default$1() -
copy$default$2
-
copy$default$3
public <A> long copy$default$3() -
copy$default$4
public <A> scala.Option<A> copy$default$4() -
copy$default$5
-
copy$default$6
public <A> long copy$default$6() -
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
-