Class ClusterShardingSettings$

java.lang.Object
org.apache.pekko.cluster.sharding.ClusterShardingSettings$

public class ClusterShardingSettings$ extends Object
  • Field Details

    • MODULE$

      public static final ClusterShardingSettings$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • ClusterShardingSettings$

      public ClusterShardingSettings$()
  • Method Details

    • StateStoreModePersistence

      public String StateStoreModePersistence()
    • StateStoreModeDData

      public String StateStoreModeDData()
    • apply

      public ClusterShardingSettings apply(ActorSystem system)
      Create settings from the default configuration pekko.cluster.sharding.
    • apply

      public ClusterShardingSettings apply(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration pekko.cluster.sharding.
    • create

      public ClusterShardingSettings create(ActorSystem system)
      Java API: Create settings from the default configuration pekko.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 configuration pekko.cluster.sharding.