Interface OperationsPerformanceMonitor
- 
- All Known Implementing Classes:
 OperationsPerformanceMonitorImpl
@Experimental public interface OperationsPerformanceMonitor
EXPERIMENTAL. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static OperationsPerformanceMonitorINSTANCE 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearGlobalPerformanceInformation()OperationsPerformanceInformationgetGlobalPerformanceInformation()OperationsPerformanceInformationgetThreadLocalPerformanceInformation()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
static final OperationsPerformanceMonitor INSTANCE
 
 - 
 
- 
Method Detail
- 
clearGlobalPerformanceInformation
void clearGlobalPerformanceInformation()
 
- 
getGlobalPerformanceInformation
OperationsPerformanceInformation getGlobalPerformanceInformation()
 
- 
startThreadLocalPerformanceInformationCollection
void startThreadLocalPerformanceInformationCollection()
Starts gathering thread-local performance information, clearing existing (if any). 
- 
stopThreadLocalPerformanceInformationCollection
void stopThreadLocalPerformanceInformationCollection()
Stops gathering thread-local performance information, clearing existing (if any). 
- 
getThreadLocalPerformanceInformation
OperationsPerformanceInformation getThreadLocalPerformanceInformation()
 
 - 
 
 -