Skip to content

Commit

Permalink
0001661: Parameter to collect router statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 9, 2014
1 parent 1396729 commit edd974e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -66,7 +66,7 @@ public class StatisticManager implements IStatisticManager {

private HostStats hostStats;

private HashMap<Long, RouterStats> routerStatsByBatch = new HashMap<Long, RouterStats>();
private ConcurrentHashMap<Long, RouterStats> routerStatsByBatch = new ConcurrentHashMap<Long, RouterStats>();

protected INodeService nodeService;

Expand Down

0 comments on commit edd974e

Please sign in to comment.