t

akka.cluster.sharding.typed

NumberOfProcesses

trait NumberOfProcesses extends AnyRef

Reply for GetNumberOfProcesses

Not for user extension

Annotations
@DoNotInherit()
Source
ShardedDaemonProcessCommand.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberOfProcesses
  2. AnyRef
  3. 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

Abstract Value Members

  1. abstract def numberOfProcesses: Int
  2. abstract def rescaleInProgress: Boolean
  3. abstract def revision: Long

    Revision number increased for every re-scale that has been triggered with ChangeNumberOfProcesses

  4. abstract def started: Instant

    The timestamp when the change to the current number of processes was initiated.

    The timestamp when the change to the current number of processes was initiated. If the number is the initial number of processes this value is "some time" after cluster startup.