akka.contrib.pattern
Class ShardCoordinator.Internal$.HandOff

java.lang.Object
  extended by akka.contrib.pattern.ShardCoordinator.Internal$.HandOff
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ShardCoordinator.Internal$

public class ShardCoordinator.Internal$.HandOff
extends java.lang.Object
implements scala.Product, scala.Serializable

When all ShardRegion actors have acknoledged the ShardCoordinator.Internal$.BeginHandOff the ShardCoordinator sends this message to the ShardRegion responsible for the shard. The ShardRegion is supposed to stop all entries in that shard and when all entries have terminated reply with ShardStopped to the ShardCoordinator.

See Also:
Serialized Form

Constructor Summary
ShardCoordinator.Internal$.HandOff(java.lang.String shard)
           
 
Method Summary
 java.lang.String shard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

ShardCoordinator.Internal$.HandOff

public ShardCoordinator.Internal$.HandOff(java.lang.String shard)
Method Detail

shard

public java.lang.String shard()