Package org.apache.pekko.cluster.ddata
Class Replicator.UpdateTimeout<A extends ReplicatedData>
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.UpdateResponse<A>
org.apache.pekko.cluster.ddata.Replicator.UpdateFailure<A>
org.apache.pekko.cluster.ddata.Replicator.UpdateTimeout<A>
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,scala.Equals,scala.Product
- Enclosing class:
- Replicator
public static final class Replicator.UpdateTimeout<A extends ReplicatedData>
extends Replicator.UpdateFailure<A>
implements scala.Product, Serializable
The direct replication of the
Replicator.Update could not be fulfill according to
the given consistency level and
timeout.
The Update was still performed locally and possibly replicated to some nodes.
It will eventually be disseminated to other replicas, unless the local replica
crashes before it has been able to communicate with other replicas.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends ReplicatedData>
Replicator.UpdateTimeout<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
-
UpdateTimeout
-
-
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.UpdateTimeout<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
-