object ChangeNumberOfProcesses

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

Value Members

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

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

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

    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.