public class ClusterShardingSettings$
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ClusterShardingSettings$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ClusterShardingSettings$() |
Modifier and Type | Method and Description |
---|---|
ClusterShardingSettings |
apply(ActorSystem system)
Create settings from the default configuration
akka.cluster.sharding . |
ClusterShardingSettings |
apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as
the default configuration
akka.cluster.sharding . |
ClusterShardingSettings |
create(ActorSystem system)
Java API: Create settings from the default configuration
akka.cluster.sharding . |
ClusterShardingSettings |
create(com.typesafe.config.Config config)
Java API: Create settings from a configuration with the same layout as
the default configuration
akka.cluster.sharding . |
scala.Option<java.lang.String> |
roleOption(java.lang.String role)
INTERNAL API
|
public static final ClusterShardingSettings$ MODULE$
public ClusterShardingSettings apply(ActorSystem system)
akka.cluster.sharding
.system
- (undocumented)public ClusterShardingSettings apply(com.typesafe.config.Config config)
akka.cluster.sharding
.config
- (undocumented)public ClusterShardingSettings create(ActorSystem system)
akka.cluster.sharding
.system
- (undocumented)public ClusterShardingSettings create(com.typesafe.config.Config config)
akka.cluster.sharding
.config
- (undocumented)public scala.Option<java.lang.String> roleOption(java.lang.String role)
role
- (undocumented)