Package akka.cluster.sharding.typed
Class ClusterShardingSettings$
- java.lang.Object
-
- akka.cluster.sharding.typed.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 ClusterShardingSettings
apply(ActorSystem<?> system)
Scala API: Creates new cluster sharding settings objectClusterShardingSettings
create(ActorSystem<?> system)
Java API: Creates new cluster sharding settings objectClusterShardingSettings
fromConfig(com.typesafe.config.Config config)
ClusterShardingSettings.RememberEntitiesStoreMode
rememberEntitiesStoreModeDdata()
Java APIClusterShardingSettings.RememberEntitiesStoreMode
rememberEntitiesStoreModeEventSourced()
Java APIClusterShardingSettings.StateStoreMode
stateStoreModeDdata()
Java APIClusterShardingSettings.StateStoreMode
stateStoreModePersistence()
Java API
-
-
-
Field Detail
-
MODULE$
public static final ClusterShardingSettings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public ClusterShardingSettings apply(ActorSystem<?> system)
Scala API: Creates new cluster sharding settings object
-
fromConfig
public ClusterShardingSettings fromConfig(com.typesafe.config.Config config)
-
create
public ClusterShardingSettings create(ActorSystem<?> system)
Java API: Creates new cluster sharding settings object
-
stateStoreModePersistence
public ClusterShardingSettings.StateStoreMode stateStoreModePersistence()
Java API
-
stateStoreModeDdata
public ClusterShardingSettings.StateStoreMode stateStoreModeDdata()
Java API
-
rememberEntitiesStoreModeEventSourced
public ClusterShardingSettings.RememberEntitiesStoreMode rememberEntitiesStoreModeEventSourced()
Java API
-
rememberEntitiesStoreModeDdata
public ClusterShardingSettings.RememberEntitiesStoreMode rememberEntitiesStoreModeDdata()
Java API
-
-