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