Interface RuntimeStatisticsCollector

  • All Known Implementing Classes:
    LoggingStatisticCollector, NullRuntimeStatisticsCollector

    public interface RuntimeStatisticsCollector
    Collects runtime statistics of named measure points for the purpose of monitoring the performance of an application. It depends on the implementation how runtime statistics are handled.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void submit​(java.lang.String measurePointId, int elementCount, long elapsedTime, java.util.concurrent.TimeUnit timeUnit)  
    • Method Detail

      • submit

        void submit​(java.lang.String measurePointId,
                    int elementCount,
                    long elapsedTime,
                    java.util.concurrent.TimeUnit timeUnit)