Package org.apache.pekko.cluster.ddata
Class Replicator.Changed<A extends ReplicatedData>
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.Changed<A>
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,Replicator.ReplicatorMessage,Replicator.SubscribeResponse<A>,scala.Equals,scala.Product
- Enclosing class:
- Replicator
public static final class Replicator.Changed<A extends ReplicatedData>
extends Object
implements Replicator.SubscribeResponse<A>, Replicator.ReplicatorMessage, scala.Product, Serializable
The data value is retrieved with
get(org.apache.pekko.cluster.ddata.Key<T>) using the typed key.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<A extends ReplicatedData>
Replicator.Changed<A><A extends ReplicatedData>
Key<A>The data value.boolean<T extends ReplicatedData>
TThe data value, with correct type.inthashCode()key()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Changed
-
-
Method Details
-
key
- Specified by:
keyin interfaceReplicator.SubscribeResponse<A extends ReplicatedData>
-
get
The data value, with correct type. Scala pattern matching cannot infer the type from thekeyparameter. -
dataValue
The data value. Useget(org.apache.pekko.cluster.ddata.Key<T>)to get the fully typed value. -
copy
-
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
-