Class ActivityWorkersInformation
java.lang.Object
com.evolveum.midpoint.schema.util.task.ActivityWorkersInformation
- All Implemented Interfaces:
- DebugDumpable,- Serializable
State of the worker tasks (in the broad sense - i.e. tasks that do the real execution) in an activity:
 - how many workers are there in total,
 - how many workers (of them) are executing,
 - how many workers (of executing ones) have been stalled,
 - on what cluster nodes,
 - if stalled, then since when.
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondebugDump(int indent) static ActivityWorkersInformationempty()@Nullable XMLGregorianCalendarintintint@NotNull StringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Constructor Details- 
ActivityWorkersInformationpublic ActivityWorkersInformation()
 
- 
- 
Method Details- 
empty
- 
getWorkersCreatedpublic int getWorkersCreated()
- 
getWorkersExecutingpublic int getWorkersExecuting()
- 
getWorkersStalledpublic int getWorkersStalled()
- 
getCompletelyStalledSince
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
toHumanReadableString
 
-