Class OperationsPerformanceMonitorImpl
java.lang.Object
com.evolveum.midpoint.util.statistics.OperationsPerformanceMonitorImpl
- All Implemented Interfaces:
OperationsPerformanceMonitor
public class OperationsPerformanceMonitorImpl
extends Object
implements OperationsPerformanceMonitor
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
shutdown()
void
Starts gathering thread-local performance information, clearing existing (if any).void
Stops gathering thread-local performance information, clearing existing (if any).
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
OperationsPerformanceMonitorImpl
public OperationsPerformanceMonitorImpl()
-
-
Method Details
-
clearGlobalPerformanceInformation
public void clearGlobalPerformanceInformation()- Specified by:
clearGlobalPerformanceInformation
in interfaceOperationsPerformanceMonitor
-
getGlobalPerformanceInformation
- Specified by:
getGlobalPerformanceInformation
in interfaceOperationsPerformanceMonitor
-
startThreadLocalPerformanceInformationCollection
public void startThreadLocalPerformanceInformationCollection()Description copied from interface:OperationsPerformanceMonitor
Starts gathering thread-local performance information, clearing existing (if any).- Specified by:
startThreadLocalPerformanceInformationCollection
in interfaceOperationsPerformanceMonitor
-
getThreadLocalPerformanceInformation
- Specified by:
getThreadLocalPerformanceInformation
in interfaceOperationsPerformanceMonitor
-
stopThreadLocalPerformanceInformationCollection
public void stopThreadLocalPerformanceInformationCollection()Description copied from interface:OperationsPerformanceMonitor
Stops gathering thread-local performance information, clearing existing (if any).- Specified by:
stopThreadLocalPerformanceInformationCollection
in interfaceOperationsPerformanceMonitor
-
initialize
public void initialize() -
shutdown
public void shutdown()
-