Interface StatisticsConfiguration
- 
 public interface StatisticsConfigurationUsed for StatisticsCounter configuration.- Author:
- madamjak
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLogReportDelay()Returns the delay between two statistics logs.booleangetStatisticsCollect()Determines if statistics are enabled.
 
- 
- 
- 
Method Detail- 
getStatisticsCollectboolean getStatisticsCollect() Determines if statistics are enabled.- Returns:
- true if statistics are / will be collected, false otherwise
 
 - 
getLogReportDelayint getLogReportDelay() Returns the delay between two statistics logs.- Returns:
- delay between two statistics logs (in milliseconds)
 
 
- 
 
-