Interface StatisticsConfiguration


public interface StatisticsConfiguration
Used for StatisticsCounter configuration.
Author:
madamjak
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the delay between two statistics logs.
    boolean
    Determines if statistics are enabled.
  • Method Details

    • getStatisticsCollect

      boolean getStatisticsCollect()
      Determines if statistics are enabled.
      Returns:
      true if statistics are / will be collected, false otherwise
    • getLogReportDelay

      int getLogReportDelay()
      Returns the delay between two statistics logs.
      Returns:
      delay between two statistics logs (in milliseconds)