object ClusterShardingSettings

Source
ClusterShardingSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterShardingSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class TuningParameters extends AnyRef

Value Members

  1. val StateStoreModeDData: String
  2. val StateStoreModePersistence: String
  3. def apply(config: Config): ClusterShardingSettings

    Create settings from a configuration with the same layout as the default configuration akka.cluster.sharding.

  4. def apply(system: ActorSystem): ClusterShardingSettings

    Create settings from the default configuration akka.cluster.sharding.

  5. def create(config: Config): ClusterShardingSettings

    Java API: Create settings from a configuration with the same layout as the default configuration akka.cluster.sharding.

  6. def create(system: ActorSystem): ClusterShardingSettings

    Java API: Create settings from the default configuration akka.cluster.sharding.