object ClusterShardingSettings

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterShardingSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class PassivationStrategySettings extends AnyRef

    API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.

    API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.

    Annotations
    @ApiMayChange()
  2. 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.

  7. object PassivationStrategySettings

    API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.

    API MAY CHANGE: Settings for passivation strategies may change after additional testing and feedback.

    Annotations
    @ApiMayChange()