private static class HTableMultiplexer.AtomicAverageCounter extends Object
| Constructor and Description | 
|---|
| AtomicAverageCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(long value) | 
| long | get() | 
| long | getAndReset() | 
| AbstractMap.SimpleEntry<Long,Integer> | getComponents() | 
| void | reset() | 
public AtomicAverageCounter()
public long getAndReset()
public long get()
public AbstractMap.SimpleEntry<Long,Integer> getComponents()
public void reset()
public void add(long value)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.