Interface PerformanceMonitor
-
- All Known Implementing Classes:
SqlPerformanceMonitorImpl
public interface PerformanceMonitor
EXPERIMENTAL. Probably temporary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearGlobalPerformanceInformation()
PerformanceInformation
getGlobalPerformanceInformation()
PerformanceInformation
getThreadLocalPerformanceInformation()
void
setConfiguration(RepositoryStatisticsReportingConfigurationType statistics)
void
startThreadLocalPerformanceInformationCollection()
Starts gathering thread-local performance information, clearing existing (if any).void
stopThreadLocalPerformanceInformationCollection()
Stops gathering thread-local performance information, clearing existing (if any).
-
-
-
Method Detail
-
clearGlobalPerformanceInformation
void clearGlobalPerformanceInformation()
-
getGlobalPerformanceInformation
PerformanceInformation 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
PerformanceInformation getThreadLocalPerformanceInformation()
-
setConfiguration
void setConfiguration(RepositoryStatisticsReportingConfigurationType statistics)
-
-