对statisticsMap提供get接口

This commit is contained in:
everywhere.z
2023-02-28 11:50:33 +08:00
parent 78b95b7a40
commit 8034120dd6

View File

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