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 voidclear()StringdebugDump(int indent)Map<String,SingleOperationPerformanceInformation>getAllData()voidregister(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:
clearin interfaceOperationsPerformanceInformation
-
getAllData
public Map<String,SingleOperationPerformanceInformation> getAllData()
- Specified by:
getAllDatain interfaceOperationsPerformanceInformation
-
register
public void register(OperationInvocationRecord invocation)
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDumpin interfaceDebugDumpable
-
-