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 Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondebugDump(int indent) static ActivityWorkersInformationempty()@Nullable XMLGregorianCalendarintintint@NotNull StringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily 
- 
Constructor Details
- 
ActivityWorkersInformation
public ActivityWorkersInformation() 
 - 
 - 
Method Details
- 
empty
 - 
getWorkersCreated
public int getWorkersCreated() - 
getWorkersExecuting
public int getWorkersExecuting() - 
getWorkersStalled
public int getWorkersStalled() - 
getCompletelyStalledSince
 - 
debugDump
- Specified by:
 debugDumpin interfaceDebugDumpable
 - 
toHumanReadableString
 
 -