Class ShardCoordinator.Internal$.ShardHomes
java.lang.Object
org.apache.pekko.cluster.sharding.ShardCoordinator.Internal$.ShardHomes
- All Implemented Interfaces:
Serializable,DeadLetterSuppression,scala.Equals,scala.Product
- Enclosing class:
- ShardCoordinator.Internal$
public final class ShardCoordinator.Internal$.ShardHomes
extends Object
implements DeadLetterSuppression, scala.Product, Serializable
One or more sent to region directly after registration to speed up new shard startup.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionShardHomes(scala.collection.immutable.Map<ActorRef, scala.collection.immutable.Seq<String>> homes) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomesbooleanorg.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomesbooleaninthashCode()homes()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<scala.collection.immutable.Map<ActorRef,scala.collection.immutable.Seq<String>>> unapply(org.apache.pekko.cluster.sharding.ShardCoordinator.Internal.ShardHomes 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
-
ShardHomes
-
-
Method Details
-
apply
-
unapply
-
homes
-
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
-