172173174175176177178
private void initDataStructures() { clientsData = new ConcurrentHashMap<Long, ClientData>(); subscriptions = new HashMap<NamespaceEventKey, Set<Long>>(); clientIdsGenerator = new Random(); metrics = new NamespaceNotifierMetrics(conf, serverId); }