Package io.deephaven.util.metrics
Class LongCounterLog2HistogramMetric
java.lang.Object
io.deephaven.util.metrics.LongCounterLog2HistogramMetric
- All Implemented Interfaces:
LongMetric
,LongConsumer
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.LongConsumer
andThen
Methods inherited from interface io.deephaven.util.metrics.LongMetric
accept
-
Constructor Details
-
LongCounterLog2HistogramMetric
-
-
Method Details
-
sample
public void sample(long v) - Specified by:
sample
in interfaceLongMetric
-