final class ChangeNumberOfProcesses extends ShardedDaemonProcessCommand with ClusterShardingTypedSerializable

Tell the sharded daemon process to rescale to the given number of processes.

Source
ShardedDaemonProcessCommand.scala
Linear Supertypes
ClusterShardingTypedSerializable, ShardedDaemonProcessCommand, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ChangeNumberOfProcesses
  2. ClusterShardingTypedSerializable
  3. ShardedDaemonProcessCommand
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ChangeNumberOfProcesses(newNumberOfProcesses: Int, replyTo: [[Done]])

    newNumberOfProcesses

    The number of processes to scale up to

    replyTo

    Reply to this actor once scaling is successfully done, or with details if it failed Note that a successful response may take a long time, depending on how fast the daemon process actors stop after getting their stop message.

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    ChangeNumberOfProcesses → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    ChangeNumberOfProcesses → AnyRef → Any
  3. val newNumberOfProcesses: Int
  4. val replyTo: [[Done]]