Class ShardCoordinator.Internal$.HandOff
java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.HandOff
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- ShardCoordinator.Internal$
public final class ShardCoordinator.Internal$.HandOff
extends Object
implements scala.Product, Serializable
When all
ShardRegion actors have acknowledged the BeginHandOff the
ShardCoordinator sends this message to the ShardRegion responsible for the
shard. The ShardRegion is supposed to stop all entities in that shard and when
all entities have terminated reply with ShardStopped to the ShardCoordinator.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOffbooleanorg.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOffbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>shard()toString()static scala.Option<String>unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff 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
-
HandOff
-
-
Method Details
-
apply
public static org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff apply(String shard) -
unapply
public static scala.Option<String> unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.HandOff x$0) -
shard
-
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
-