sequenceGen = new AtomicLong(0);
hardWorkTimer = new AtomicLong(0);
slaveConnector.setConfig(config);
statisticsEngine.setConfig(config);
monitor.setConfig(config);
threshold = new Threshold(5000);
monitor.setSlaveConnector(slaveConnector);
analysisWorkerThreadPool = new ThreadPoolExecutor(
this.config.getAnalysisWorkerNum(),
this.config.getAnalysisWorkerNum(), 0,