Interface OperationsPerformanceInformation
-
- All Superinterfaces:
DebugDumpable
- All Known Implementing Classes:
OperationsPerformanceInformationImpl
public interface OperationsPerformanceInformation extends DebugDumpable
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
Map<String,SingleOperationPerformanceInformation>
getAllData()
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
clear
void clear()
-
getAllData
Map<String,SingleOperationPerformanceInformation> getAllData()
-
-