This commit is contained in:
Francis Dong
2020-12-23 17:47:30 +08:00
parent 7dcc53d69e
commit 9ef9c1d7a6

View File

@@ -38,6 +38,7 @@ public class FlowStat {
*/
public ConcurrentMap<String, RouteStat> routeStats = new ConcurrentHashMap<>();
private ExecutorService pool = Executors.newFixedThreadPool(1);
public FlowStat() {