Class ActivityWorkersInformation
- java.lang.Object
- 
- com.evolveum.midpoint.schema.util.task.ActivityWorkersInformation
 
- 
- All Implemented Interfaces:
- DebugDumpable,- Serializable
 
 public class ActivityWorkersInformation extends Object implements 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:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
 
- 
 - 
Constructor SummaryConstructors Constructor Description ActivityWorkersInformation()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)static ActivityWorkersInformationempty()@Nullable XMLGregorianCalendargetCompletelyStalledSince()intgetWorkersCreated()intgetWorkersExecuting()intgetWorkersStalled()@NotNull StringtoHumanReadableString()- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
 
- 
 
- 
- 
- 
Method Detail- 
emptypublic static ActivityWorkersInformation empty() 
 - 
getWorkersCreatedpublic int getWorkersCreated() 
 - 
getWorkersExecutingpublic int getWorkersExecuting() 
 - 
getWorkersStalledpublic int getWorkersStalled() 
 - 
getCompletelyStalledSince@Nullable public @Nullable XMLGregorianCalendar getCompletelyStalledSince() 
 - 
debugDumppublic String debugDump(int indent) - Specified by:
- debugDumpin interface- DebugDumpable
 
 - 
toHumanReadableString@NotNull public @NotNull String toHumanReadableString() 
 
- 
 
-