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 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

      public static 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)
    • digests

      public scala.collection.immutable.Map<String,ByteString> digests()
    • chunk

      public int chunk()
    • totChunks

      public int totChunks()
    • toSystemUid

      public scala.Option<Object> toSystemUid()
    • fromSystemUid

      public scala.Option<Object> fromSystemUid()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • 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

      public scala.collection.immutable.Map<String,ByteString> copy$default$1()
    • copy$default$2

      public int copy$default$2()
    • copy$default$3

      public int copy$default$3()
    • copy$default$4

      public scala.Option<Object> copy$default$4()
    • copy$default$5

      public scala.Option<Object> copy$default$5()
    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • productElementName

      public String productElementName(int x$1)
      Specified by:
      productElementName in interface scala.Product
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object x$1)
      Specified by:
      equals in interface scala.Equals
      Overrides:
      equals in class Object