Interface PerformanceMonitor

All Known Implementing Classes:
SqlPerformanceMonitorImpl

public interface PerformanceMonitor
EXPERIMENTAL. Probably temporary.
  • Method Details

    • 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)