akka.contrib.pattern
Class ShardCoordinator.Internal$

java.lang.Object
  extended by akka.contrib.pattern.ShardCoordinator.Internal$
Enclosing class:
ShardCoordinator

public static class ShardCoordinator.Internal$
extends java.lang.Object

INTERNAL API


Nested Class Summary
 class ShardCoordinator.Internal$.BeginHandOff
          ShardCoordinator initiates rebalancing process by sending this message to all registered ShardRegion actors (including proxy only).
 class ShardCoordinator.Internal$.BeginHandOffAck
          Acknowledgement of ShardCoordinator.Internal$.BeginHandOff
static interface ShardCoordinator.Internal$.CoordinatorCommand
          Messages sent to the coordinator
static interface ShardCoordinator.Internal$.CoordinatorMessage
          Messages sent from the coordinator
static interface ShardCoordinator.Internal$.DomainEvent
           
 class ShardCoordinator.Internal$.GetShardHome
          ShardRegion requests the location of a shard by sending this message to the ShardCoordinator.
 class ShardCoordinator.Internal$.HandOff
          When all ShardRegion actors have acknoledged the ShardCoordinator.Internal$.BeginHandOff the ShardCoordinator sends this message to the ShardRegion responsible for the shard.
 class ShardCoordinator.Internal$.Register
          ShardRegion registers to ShardCoordinator, until it receives ShardCoordinator.Internal$.RegisterAck
 class ShardCoordinator.Internal$.RegisterAck
          Acknowledgement from ShardCoordinator that ShardCoordinator.Internal$.Register or ShardCoordinator.Internal$.RegisterProxy was sucessful.
 class ShardCoordinator.Internal$.RegisterProxy
          ShardRegion in proxy only mode registers to ShardCoordinator, until it receives ShardCoordinator.Internal$.RegisterAck
 class ShardCoordinator.Internal$.ShardHome
          ShardCoordinator replies with this message for ShardCoordinator.Internal$.GetShardHome requests.
 class ShardCoordinator.Internal$.ShardHomeAllocated
           
 class ShardCoordinator.Internal$.ShardHomeDeallocated
           
 class ShardCoordinator.Internal$.ShardRegionProxyRegistered
           
 class ShardCoordinator.Internal$.ShardRegionProxyTerminated
           
 class ShardCoordinator.Internal$.ShardRegionRegistered
           
 class ShardCoordinator.Internal$.ShardRegionTerminated
           
 class ShardCoordinator.Internal$.ShardStopped
          Reply to ShardCoordinator.Internal$.BeginHandOff when all entries in the shard have been terminated.
 class ShardCoordinator.Internal$.State
           
 
Field Summary
static ShardCoordinator.Internal$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ShardCoordinator.Internal$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final ShardCoordinator.Internal$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

ShardCoordinator.Internal$

public ShardCoordinator.Internal$()