Class InternalProtocol.RecoveryTickEvent
java.lang.Object
org.apache.pekko.persistence.typed.internal.InternalProtocol.RecoveryTickEvent
- All Implemented Interfaces:
Serializable,InternalProtocol,scala.Equals,scala.Product
- Enclosing interface:
- InternalProtocol
public static final class InternalProtocol.RecoveryTickEvent
extends Object
implements InternalProtocol, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.persistence.typed.internal.InternalProtocol
InternalProtocol.IncomingCommand<C>, InternalProtocol.IncomingCommand$, InternalProtocol.JournalResponse, InternalProtocol.JournalResponse$, InternalProtocol.RecoveryPermitGranted$, InternalProtocol.RecoveryTickEvent, InternalProtocol.RecoveryTickEvent$, InternalProtocol.ReplicatedEventEnvelope<E>, InternalProtocol.ReplicatedEventEnvelope$, InternalProtocol.SnapshotterResponse, InternalProtocol.SnapshotterResponse$ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancopy(boolean snapshot) booleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>booleansnapshot()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RecoveryTickEvent
public RecoveryTickEvent(boolean snapshot)
-
-
Method Details
-
snapshot
public boolean snapshot() -
copy
-
copy$default$1
public boolean copy$default$1() -
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
-