Package akka.cluster.sharding
Class ShardCoordinator.Internal$.RegionStopped
- java.lang.Object
-
- akka.cluster.sharding.ShardCoordinator.Internal$.RegionStopped
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing class:
- ShardCoordinator.Internal$
public final class ShardCoordinator.Internal$.RegionStopped extends java.lang.Object implements scala.Product, java.io.Serializable
Notification when the entire shard region has stopped- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegionStopped(ActorRef shardRegion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped
apply(ActorRef shardRegion)
boolean
canEqual(java.lang.Object x$1)
akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped
copy(ActorRef shardRegion)
ActorRef
copy$default$1()
boolean
equals(java.lang.Object x$1)
int
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
java.lang.String
productElementName(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
ActorRef
shardRegion()
java.lang.String
toString()
static scala.Option<ActorRef>
unapply(akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped x$0)
-
-
-
Constructor Detail
-
RegionStopped
public RegionStopped(ActorRef shardRegion)
-
-
Method Detail
-
apply
public static akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped apply(ActorRef shardRegion)
-
unapply
public static scala.Option<ActorRef> unapply(akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped x$0)
-
shardRegion
public ActorRef shardRegion()
-
copy
public akka.cluster.sharding.ShardCoordinator.Internal.RegionStopped copy(ActorRef shardRegion)
-
copy$default$1
public ActorRef copy$default$1()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-