Interface IMutableStatisticsHandlerKeyedTimer

All Superinterfaces:
IStatisticsHandler, IStatisticsHandlerKeyed, IStatisticsHandlerKeyedNumeric, IStatisticsHandlerKeyedTimer
All Known Implementing Classes:
StatisticsHandlerKeyedTimer

public interface IMutableStatisticsHandlerKeyedTimer extends IStatisticsHandlerKeyedTimer
Statistics handler for keyed timer.
Author:
Philip Helger
  • Method Details

    • addTime

      void addTime(@Nullable String sKey, @Nonnegative long nMillis)
      Add a single execution time.
      Parameters:
      sKey - The key to be incremented.
      nMillis - The milli seconds it took to execute something. Should not be negative.