Class ShardCoordinator.Internal$.BeginHandOff

java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.BeginHandOff
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
ShardCoordinator.Internal$

public final class ShardCoordinator.Internal$.BeginHandOff extends Object implements scala.Product, Serializable
ShardCoordinator initiates rebalancing process by sending this message to all registered ShardRegion actors (including proxy only). They are supposed to discard their known location of the shard, i.e. start buffering incoming messages for the shard. They reply with ShardCoordinator.Internal$.BeginHandOffAck. When all have replied the ShardCoordinator continues by sending HandOff to the ShardRegion responsible for the shard.
See Also:
  • Constructor Details

    • BeginHandOff

      public BeginHandOff(String shard)
  • Method Details

    • apply

      public static org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff apply(String shard)
    • unapply

      public static scala.Option<String> unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff x$0)
    • shard

      public String shard()
    • copy

      public org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.BeginHandOff copy(String shard)
    • copy$default$1

      public String copy$default$1()
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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