Interface NumberOfProcesses
- All Known Implementing Classes:
ShardedDaemonProcessCoordinator.GetNumberOfProcessesReply
public interface NumberOfProcesses
Reply for
GetNumberOfProcesses
Not for user extension
-
Method Summary
Modifier and TypeMethodDescriptionintbooleanlongrevision()Revision number increased for every re-scale that has been triggered withChangeNumberOfProcessesstarted()The timestamp when the change to the current number of processes was initiated.
-
Method Details
-
numberOfProcesses
int numberOfProcesses() -
rescaleInProgress
boolean rescaleInProgress() -
revision
long revision()Revision number increased for every re-scale that has been triggered withChangeNumberOfProcesses -
started
Instant started()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.
-