|
@@ -100,4 +100,8 @@ public class MonitorBus {
|
|
public void closeScheduler(){
|
|
public void closeScheduler(){
|
|
this.printLogScheduler.shutdown();
|
|
this.printLogScheduler.shutdown();
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public ConcurrentHashMap<String, BoundedPriorityBlockingQueue<CompStatistics>> getStatisticsMap() {
|
|
|
|
+ return statisticsMap;
|
|
|
|
+ }
|
|
}
|
|
}
|