Package org.apache.pekko.cluster.ddata
Class Replicator.Internal$.Read
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.Internal$.Read
- All Implemented Interfaces:
Serializable,Replicator.ReplicatorMessage,scala.Equals,scala.Product
- Enclosing class:
- Replicator.Internal$
public final class Replicator.Internal$.Read
extends Object
implements Replicator.ReplicatorMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.ddata.Replicator.Internal.Readapply(String key, scala.Option<UniqueAddress> fromNode) booleanorg.apache.pekko.cluster.ddata.Replicator.Internal.Readcopy(String key, scala.Option<UniqueAddress> fromNode) scala.Option<UniqueAddress>booleanscala.Option<UniqueAddress>fromNode()inthashCode()key()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.Tuple2<String,scala.Option<UniqueAddress>>> unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Read x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
Read
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.ddata.Replicator.Internal.Read apply(String key, scala.Option<UniqueAddress> fromNode) -
unapply
public static scala.Option<scala.Tuple2<String,scala.Option<UniqueAddress>>> unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Read x$0) -
key
-
fromNode
-
copy
public org.apache.pekko.cluster.ddata.Replicator.Internal.Read copy(String key, scala.Option<UniqueAddress> fromNode) -
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
-