Package org.apache.pekko.cluster.ddata
Class Replicator.Internal$.Status
java.lang.Object
org.apache.pekko.cluster.ddata.Replicator.Internal$.Status
- All Implemented Interfaces:
Serializable,Replicator.ReplicatorMessage,scala.Equals,scala.Product
- Enclosing class:
- Replicator.Internal$
public final class Replicator.Internal$.Status
extends Object
implements Replicator.ReplicatorMessage, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStatus(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.ddata.Replicator.Internal.Statusapply(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) booleanintchunk()org.apache.pekko.cluster.ddata.Replicator.Internal.Statuscopy(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) scala.collection.immutable.Map<String,ByteString> intintscala.Option<Object>scala.Option<Object>scala.collection.immutable.Map<String,ByteString> digests()booleanscala.Option<Object>inthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()scala.Option<Object>intstatic scala.Option<scala.Tuple5<scala.collection.immutable.Map<String,ByteString>, Object, Object, scala.Option<Object>, scala.Option<Object>>> unapply(org.apache.pekko.cluster.ddata.Replicator.Internal.Status 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
-
Status
public Status(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid)
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.ddata.Replicator.Internal.Status apply(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) -
unapply
-
digests
-
chunk
public int chunk() -
totChunks
public int totChunks() -
toSystemUid
-
fromSystemUid
-
toString
-
copy
public org.apache.pekko.cluster.ddata.Replicator.Internal.Status copy(scala.collection.immutable.Map<String, ByteString> digests, int chunk, int totChunks, scala.Option<Object> toSystemUid, scala.Option<Object> fromSystemUid) -
copy$default$1
-
copy$default$2
public int copy$default$2() -
copy$default$3
public int copy$default$3() -
copy$default$4
-
copy$default$5
-
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() -
equals
-