Packages

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. All

Type Members

  1. sealed trait StateStoreMode extends AnyRef
  2. final class TuningParameters extends AnyRef

Value Members

  1. def apply(system: ActorSystem[_]): ClusterShardingSettings

    Scala API: Creates new cluster sharding settings object

  2. def create(system: ActorSystem[_]): ClusterShardingSettings

    Java API: Creates new cluster sharding settings object

  3. def fromConfig(config: Config): ClusterShardingSettings
  4. object StateStoreMode
  5. object StateStoreModeDData extends StateStoreMode with Product with Serializable
  6. object StateStoreModePersistence extends StateStoreMode with Product with Serializable