Class TaskPerformanceInformation
- java.lang.Object
-
- com.evolveum.midpoint.schema.util.task.TaskPerformanceInformation
-
- All Implemented Interfaces:
DebugDumpable,Serializable
@Experimental public class TaskPerformanceInformation extends Object implements DebugDumpable, Serializable
Quickly hacked "API" presenting task performance information. Use with care. Will change in next midPoint release. TODO deduplicate withTaskProgressInformation.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdebugDump(int indent)static TaskPerformanceInformationfromTaskTree(TaskType task)Precondition: the task contains fully retrieved and resolved subtasks.Map<String,TaskPartPerformanceInformation>getParts()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
fromTaskTree
public static TaskPerformanceInformation fromTaskTree(TaskType task)
Precondition: the task contains fully retrieved and resolved subtasks.
-
getParts
public Map<String,TaskPartPerformanceInformation> getParts()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-