akka.contrib.pattern
Class ShardCoordinatorSupervisor$

java.lang.Object
  extended by akka.contrib.pattern.ShardCoordinatorSupervisor$

public class ShardCoordinatorSupervisor$
extends java.lang.Object

See Also:
ClusterSharding extension

Field Summary
static ShardCoordinatorSupervisor$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ShardCoordinatorSupervisor$()
           
 
Method Summary
 Props props(scala.concurrent.duration.FiniteDuration failureBackoff, Props coordinatorProps)
          Factory method for the Props of the ShardCoordinator actor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ShardCoordinatorSupervisor$

public ShardCoordinatorSupervisor$()
Method Detail

props

public Props props(scala.concurrent.duration.FiniteDuration failureBackoff,
                   Props coordinatorProps)
Factory method for the Props of the ShardCoordinator actor.

Parameters:
failureBackoff - (undocumented)
coordinatorProps - (undocumented)
Returns:
(undocumented)