this.started = started;
}
private void setStatisticsConfig(Configuration configuration) {
if (configuration.isStatisticsServer()) {
statistics = new SimpleStatistics();
statisticsInterval = configuration.getStatisticsInterval();
} else {
statistics = new DefaultStatistics();
statisticsInterval = -1;