|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectakka.contrib.pattern.ShardRegion$
public class ShardRegion$
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 |
---|
public static final ShardRegion$ MODULE$
Constructor Detail |
---|
public ShardRegion$()
Method Detail |
---|
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)
Props
of the ShardRegion
actor.
entryProps
- (undocumented)role
- (undocumented)coordinatorPath
- (undocumented)retryInterval
- (undocumented)bufferSize
- (undocumented)idExtractor
- (undocumented)shardResolver
- (undocumented)
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)
Props
of the ShardRegion
actor.
entryProps
- (undocumented)role
- (undocumented)coordinatorPath
- (undocumented)retryInterval
- (undocumented)bufferSize
- (undocumented)idExtractor
- (undocumented)shardResolver
- (undocumented)
public Props props(Props entryProps, java.lang.String role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, ShardRegion.MessageExtractor messageExtractor)
Props
of the ShardRegion
actor.
entryProps
- (undocumented)role
- (undocumented)coordinatorPath
- (undocumented)retryInterval
- (undocumented)bufferSize
- (undocumented)messageExtractor
- (undocumented)
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)
Props
of the ShardRegion
actor
when using it in proxy only mode.
role
- (undocumented)coordinatorPath
- (undocumented)retryInterval
- (undocumented)bufferSize
- (undocumented)idExtractor
- (undocumented)shardResolver
- (undocumented)
public Props proxyProps(java.lang.String role, java.lang.String coordinatorPath, scala.concurrent.duration.FiniteDuration retryInterval, int bufferSize, ShardRegion.MessageExtractor messageExtractor)
Props
of the ShardRegion
actor
when using it in proxy only mode.
role
- (undocumented)coordinatorPath
- (undocumented)retryInterval
- (undocumented)bufferSize
- (undocumented)messageExtractor
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |