Interface IStatisticsHandler

All Known Subinterfaces:
IMutableStatisticsHandlerCache, IMutableStatisticsHandlerCounter, IMutableStatisticsHandlerKeyedCounter, IMutableStatisticsHandlerKeyedSize, IMutableStatisticsHandlerKeyedTimer, IMutableStatisticsHandlerSize, IMutableStatisticsHandlerTimer, IStatisticsHandlerCache, IStatisticsHandlerCounter, IStatisticsHandlerKeyed, IStatisticsHandlerKeyedCounter, IStatisticsHandlerKeyedNumeric, IStatisticsHandlerKeyedSize, IStatisticsHandlerKeyedTimer, IStatisticsHandlerNumeric, IStatisticsHandlerSize, IStatisticsHandlerTimer
All Known Implementing Classes:
AbstractStatisticsHandlerKeyedNumeric, AbstractStatisticsHandlerNumeric, StatisticsHandlerCache, StatisticsHandlerCounter, StatisticsHandlerKeyedCounter, StatisticsHandlerKeyedSize, StatisticsHandlerKeyedTimer, StatisticsHandlerSize, StatisticsHandlerTimer

public interface IStatisticsHandler
Base interface for all statistic handlers
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getInvocationCount

      @Nonnegative int getInvocationCount()
      Returns:
      The number of times this statistics hander was invoked.