Interface IStatisticsHandlerKeyedCounter

All Superinterfaces:
IStatisticsHandler, IStatisticsHandlerKeyed
All Known Subinterfaces:
IMutableStatisticsHandlerKeyedCounter
All Known Implementing Classes:
StatisticsHandlerKeyedCounter

public interface IStatisticsHandlerKeyedCounter extends IStatisticsHandlerKeyed
Statistics handler for a keyed counter.
Author:
Philip Helger
  • Method Details

    • getCount

      long getCount(@Nullable String sKey)
      Get the count of a certain key.
      Parameters:
      sKey - The key to retrieve the count from
      Returns:
      CGlobal.ILLEGAL_ULONG if no such key is present.