Class ClusterShardingSettings$
java.lang.Object
org.apache.pekko.cluster.sharding.ClusterShardingSettings$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ClusterShardingSettings$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(com.typesafe.config.Config config) Create settings from a configuration with the same layout as the default configurationpekko.cluster.sharding.apply(ActorSystem system) Create settings from the default configurationpekko.cluster.sharding.create(com.typesafe.config.Config config) Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.sharding.create(ActorSystem system) Java API: Create settings from the default configurationpekko.cluster.sharding.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ClusterShardingSettings$
public ClusterShardingSettings$()
-
-
Method Details
-
StateStoreModePersistence
-
StateStoreModeDData
-
apply
Create settings from the default configurationpekko.cluster.sharding. -
apply
Create settings from a configuration with the same layout as the default configurationpekko.cluster.sharding. -
create
Java API: Create settings from the default configurationpekko.cluster.sharding. -
create
Java API: Create settings from a configuration with the same layout as the default configurationpekko.cluster.sharding.
-