Class OperationsPerformanceInformationImpl
java.lang.Object
com.evolveum.midpoint.util.statistics.OperationsPerformanceInformationImpl
- All Implemented Interfaces:
DebugDumpable
,OperationsPerformanceInformation
public class OperationsPerformanceInformationImpl
extends Object
implements OperationsPerformanceInformation
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
debugDump
(int indent) void
register
(OperationInvocationRecord invocation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Constructor Details
-
OperationsPerformanceInformationImpl
public OperationsPerformanceInformationImpl()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in interfaceOperationsPerformanceInformation
-
getAllData
- Specified by:
getAllData
in interfaceOperationsPerformanceInformation
-
register
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-