Interface SqlPerformanceMonitorsCollection

All Known Implementing Classes:
SqlPerformanceMonitorsCollectionImpl

@Experimental public interface SqlPerformanceMonitorsCollection
Used to access performance monitors. A temporary solution.
  • Method Details

    • register

      void register(PerformanceMonitor monitor)
    • deregister

      void deregister(PerformanceMonitor monitor)
    • getGlobalPerformanceInformation

      PerformanceInformation getGlobalPerformanceInformation()
      Returns global performance information aggregated from all monitors.
    • getThreadLocalPerformanceInformation

      PerformanceInformation getThreadLocalPerformanceInformation()
      Returns thread-local performance information aggregated from all monitors.
    • startThreadLocalPerformanceInformationCollection

      void startThreadLocalPerformanceInformationCollection()
      Starts collection of thread local performance information in all monitors.