Package akka.cluster.sharding
Class ClusterShardingSettings$
- java.lang.Object
 - 
- akka.cluster.sharding.ClusterShardingSettings$
 
 
- 
public class ClusterShardingSettings$ extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description static ClusterShardingSettings$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description ClusterShardingSettings$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterShardingSettingsapply(ActorSystem system)Create settings from the default configurationakka.cluster.sharding.ClusterShardingSettingsapply(com.typesafe.config.Config config)Create settings from a configuration with the same layout as the default configurationakka.cluster.sharding.ClusterShardingSettingscreate(ActorSystem system)Java API: Create settings from the default configurationakka.cluster.sharding.ClusterShardingSettingscreate(com.typesafe.config.Config config)Java API: Create settings from a configuration with the same layout as the default configurationakka.cluster.sharding.java.lang.StringStateStoreModeDData()java.lang.StringStateStoreModePersistence() 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final ClusterShardingSettings$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
StateStoreModePersistence
public java.lang.String StateStoreModePersistence()
 
- 
StateStoreModeDData
public java.lang.String StateStoreModeDData()
 
- 
apply
public ClusterShardingSettings apply(ActorSystem system)
Create settings from the default configurationakka.cluster.sharding. 
- 
apply
public ClusterShardingSettings apply(com.typesafe.config.Config config)
Create settings from a configuration with the same layout as the default configurationakka.cluster.sharding. 
- 
create
public ClusterShardingSettings create(ActorSystem system)
Java API: Create settings from the default configurationakka.cluster.sharding. 
- 
create
public ClusterShardingSettings create(com.typesafe.config.Config config)
Java API: Create settings from a configuration with the same layout as the default configurationakka.cluster.sharding. 
 - 
 
 -