Package org.apache.pekko.cluster.ddata
Class Replicator.UpdateSuccess<A extends ReplicatedData>
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.UpdateResponse<A>
org.apache.pekko.cluster.ddata.Replicator.UpdateSuccess<A>
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,NoSerializationVerificationNeeded,scala.Equals,scala.Product
- Enclosing class:
- Replicator
public static final class Replicator.UpdateSuccess<A extends ReplicatedData>
extends Replicator.UpdateResponse<A>
implements DeadLetterSuppression, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends ReplicatedData>
Replicator.UpdateSuccess<A><A extends ReplicatedData>
Key<A><A extends ReplicatedData>
scala.Option<Object>booleaninthashCode()key()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Option<Object>request()toString()Methods inherited from class org.apache.pekko.cluster.ddata.Replicator.UpdateResponse
getRequestMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
UpdateSuccess
-
-
Method Details
-
key
- Specified by:
keyin classReplicator.UpdateResponse<A extends ReplicatedData>
-
request
- Specified by:
requestin classReplicator.UpdateResponse<A extends ReplicatedData>
-
copy
public <A extends ReplicatedData> Replicator.UpdateSuccess<A> copy(Key<A> key, scala.Option<Object> request) -
copy$default$1
-
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
-