akka.contrib.pattern
Class ShardRegion$

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

public class ShardRegion$
extends java.lang.Object

See Also:
ClusterSharding extension

Field Summary
static ShardRegion$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ShardRegion$()
           
 
Method Summary
 Props props(scala.Option<Props> entryProps, scala.Option<java.lang.String> role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor, scala.Function1<java.lang.Object,java.lang.String> shardResolver)
          Scala API: Factory method for the Props of the ShardRegion actor.
 Props props(Props entryProps, scala.Option<java.lang.String> role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor, scala.Function1<java.lang.Object,java.lang.String> shardResolver)
          Scala API: Factory method for the Props of the ShardRegion actor.
 Props props(Props entryProps, java.lang.String role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, ShardRegion.MessageExtractor messageExtractor)
          Java API: Factory method for the Props of the ShardRegion actor.
 Props proxyProps(scala.Option<java.lang.String> role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor, scala.Function1<java.lang.Object,java.lang.String> shardResolver)
          Scala API: Factory method for the Props of the ShardRegion actor when using it in proxy only mode.
 Props proxyProps(java.lang.String role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, ShardRegion.MessageExtractor messageExtractor)
          Java API: : Factory method for the Props of the ShardRegion actor when using it in proxy only mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ShardRegion$

public ShardRegion$()
Method Detail

props

public Props props(scala.Option<Props> entryProps,
                   scala.Option<java.lang.String> role,
                   java.lang.String coordinatorPath,
                   scala.concurrent.duration.FiniteDuration retryInterval,
                   int bufferSize,
                   scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor,
                   scala.Function1<java.lang.Object,java.lang.String> shardResolver)
Scala API: Factory method for the Props of the ShardRegion actor.

Parameters:
entryProps - (undocumented)
role - (undocumented)
coordinatorPath - (undocumented)
retryInterval - (undocumented)
bufferSize - (undocumented)
idExtractor - (undocumented)
shardResolver - (undocumented)
Returns:
(undocumented)

props

public Props props(Props entryProps,
                   scala.Option<java.lang.String> role,
                   java.lang.String coordinatorPath,
                   scala.concurrent.duration.FiniteDuration retryInterval,
                   int bufferSize,
                   scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor,
                   scala.Function1<java.lang.Object,java.lang.String> shardResolver)
Scala API: Factory method for the Props of the ShardRegion actor.

Parameters:
entryProps - (undocumented)
role - (undocumented)
coordinatorPath - (undocumented)
retryInterval - (undocumented)
bufferSize - (undocumented)
idExtractor - (undocumented)
shardResolver - (undocumented)
Returns:
(undocumented)

props

public Props props(Props entryProps,
                   java.lang.String role,
                   java.lang.String coordinatorPath,
                   scala.concurrent.duration.FiniteDuration retryInterval,
                   int bufferSize,
                   ShardRegion.MessageExtractor messageExtractor)
Java API: Factory method for the Props of the ShardRegion actor.

Parameters:
entryProps - (undocumented)
role - (undocumented)
coordinatorPath - (undocumented)
retryInterval - (undocumented)
bufferSize - (undocumented)
messageExtractor - (undocumented)
Returns:
(undocumented)

proxyProps

public Props proxyProps(scala.Option<java.lang.String> role,
                        java.lang.String coordinatorPath,
                        scala.concurrent.duration.FiniteDuration retryInterval,
                        int bufferSize,
                        scala.PartialFunction<java.lang.Object,scala.Tuple2<java.lang.String,java.lang.Object>> idExtractor,
                        scala.Function1<java.lang.Object,java.lang.String> shardResolver)
Scala API: Factory method for the Props of the ShardRegion actor when using it in proxy only mode.

Parameters:
role - (undocumented)
coordinatorPath - (undocumented)
retryInterval - (undocumented)
bufferSize - (undocumented)
idExtractor - (undocumented)
shardResolver - (undocumented)
Returns:
(undocumented)

proxyProps

public Props proxyProps(java.lang.String role,
                        java.lang.String coordinatorPath,
                        scala.concurrent.duration.FiniteDuration retryInterval,
                        int bufferSize,
                        ShardRegion.MessageExtractor messageExtractor)
Java API: : Factory method for the Props of the ShardRegion actor when using it in proxy only mode.

Parameters:
role - (undocumented)
coordinatorPath - (undocumented)
retryInterval - (undocumented)
bufferSize - (undocumented)
messageExtractor - (undocumented)
Returns:
(undocumented)