Package akka.cluster.ddata.typed.javadsl
Class Replicator.Update<A extends ReplicatedData>
- java.lang.Object
-
- akka.cluster.ddata.typed.javadsl.Replicator.Update<A>
-
- All Implemented Interfaces:
Replicator.Command,Replicator.Command,java.io.Serializable,scala.Equals,scala.Product
- Enclosing class:
- Replicator
public static final class Replicator.Update<A extends ReplicatedData> extends java.lang.Object implements Replicator.Command, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Update(Key<A> key, A initial, Replicator.WriteConsistency writeConsistency, ActorRef<Replicator.UpdateResponse<A>> replyTo, java.util.function.Function<A,A> modify)Modify value of localReplicatorand replicate with givenwriteConsistency.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)<A extends ReplicatedData>
Replicator.Update<A>copy(Key<A> key, Replicator.WriteConsistency writeConsistency, ActorRef<Replicator.UpdateResponse<A>> replyTo, scala.Function1<scala.Option<A>,A> modify)<A extends ReplicatedData>
Key<A>copy$default$1()<A extends ReplicatedData>
Replicator.WriteConsistencycopy$default$2()<A extends ReplicatedData>
ActorRef<Replicator.UpdateResponse<A>>copy$default$3()booleanequals(java.lang.Object x$1)inthashCode()Key<A>key()scala.Function1<scala.Option<A>,A>modify()intproductArity()java.lang.ObjectproductElement(int x$1)java.lang.StringproductElementName(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()ActorRef<Replicator.UpdateResponse<A>>replyTo()java.lang.StringtoString()Replicator.WriteConsistencywriteConsistency()
-
-
-
Constructor Detail
-
Update
public Update(Key<A> key, A initial, Replicator.WriteConsistency writeConsistency, ActorRef<Replicator.UpdateResponse<A>> replyTo, java.util.function.Function<A,A> modify)
Modify value of localReplicatorand replicate with givenwriteConsistency.The current value for the
keyis passed to themodifyfunction. If there is no current data value for thekeytheinitialvalue will be passed to themodifyfunction.
-
-
Method Detail
-
writeConsistency
public Replicator.WriteConsistency writeConsistency()
-
replyTo
public ActorRef<Replicator.UpdateResponse<A>> replyTo()
-
copy
public <A extends ReplicatedData> Replicator.Update<A> copy(Key<A> key, Replicator.WriteConsistency writeConsistency, ActorRef<Replicator.UpdateResponse<A>> replyTo, scala.Function1<scala.Option<A>,A> modify)
-
copy$default$1
public <A extends ReplicatedData> Key<A> copy$default$1()
-
copy$default$2
public <A extends ReplicatedData> Replicator.WriteConsistency copy$default$2()
-
copy$default$3
public <A extends ReplicatedData> ActorRef<Replicator.UpdateResponse<A>> copy$default$3()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-