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
Constructors Constructor Description OperationsPerformanceInformationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
String
debugDump(int indent)
Map<String,SingleOperationPerformanceInformation>
getAllData()
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
-
-
-
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interfaceOperationsPerformanceInformation
-
getAllData
public Map<String,SingleOperationPerformanceInformation> getAllData()
- Specified by:
getAllData
in interfaceOperationsPerformanceInformation
-
register
public void register(OperationInvocationRecord invocation)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-