7677787980818283848586
if (counter == null) { counter = new Counter(); counterMap.put(streamId, counter); } } counter.increment(); } public void setCurrentStreamThroughput(HashMap<String, Counter> throughput) { currentStreamThroughput.set(throughput); }