Interface StatisticsConfiguration
public interface StatisticsConfiguration
Used for StatisticsCounter configuration.
- Author:
- madamjak
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the delay between two statistics logs.booleanDetermines if statistics are enabled.
- 
Method Details- 
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)
 
 
-