Class OperationsPerformanceMonitorImpl
- java.lang.Object
-
- com.evolveum.midpoint.util.statistics.OperationsPerformanceMonitorImpl
-
- All Implemented Interfaces:
OperationsPerformanceMonitor
public class OperationsPerformanceMonitorImpl extends Object implements OperationsPerformanceMonitor
-
-
Field Summary
Fields Modifier and Type Field Description static OperationsPerformanceMonitorImplINSTANCE
-
Constructor Summary
Constructors Constructor Description OperationsPerformanceMonitorImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearGlobalPerformanceInformation()OperationsPerformanceInformationImplgetGlobalPerformanceInformation()OperationsPerformanceInformationImplgetThreadLocalPerformanceInformation()voidinitialize()voidshutdown()voidstartThreadLocalPerformanceInformationCollection()Starts gathering thread-local performance information, clearing existing (if any).voidstopThreadLocalPerformanceInformationCollection()Stops gathering thread-local performance information, clearing existing (if any).
-
-
-
Field Detail
-
INSTANCE
public static final OperationsPerformanceMonitorImpl INSTANCE
-
-
Method Detail
-
clearGlobalPerformanceInformation
public void clearGlobalPerformanceInformation()
- Specified by:
clearGlobalPerformanceInformationin interfaceOperationsPerformanceMonitor
-
getGlobalPerformanceInformation
public OperationsPerformanceInformationImpl getGlobalPerformanceInformation()
- Specified by:
getGlobalPerformanceInformationin interfaceOperationsPerformanceMonitor
-
startThreadLocalPerformanceInformationCollection
public void startThreadLocalPerformanceInformationCollection()
Description copied from interface:OperationsPerformanceMonitorStarts gathering thread-local performance information, clearing existing (if any).- Specified by:
startThreadLocalPerformanceInformationCollectionin interfaceOperationsPerformanceMonitor
-
getThreadLocalPerformanceInformation
public OperationsPerformanceInformationImpl getThreadLocalPerformanceInformation()
- Specified by:
getThreadLocalPerformanceInformationin interfaceOperationsPerformanceMonitor
-
stopThreadLocalPerformanceInformationCollection
public void stopThreadLocalPerformanceInformationCollection()
Description copied from interface:OperationsPerformanceMonitorStops gathering thread-local performance information, clearing existing (if any).- Specified by:
stopThreadLocalPerformanceInformationCollectionin interfaceOperationsPerformanceMonitor
-
initialize
public void initialize()
-
shutdown
public void shutdown()
-
-