Package io.deephaven.util.metrics
Class LongCounterMetric
java.lang.Object
io.deephaven.util.metrics.LongCounterMetric
- 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
-
LongCounterMetric
-
-
Method Details
-
sample
public void sample(long n) - Specified by:
sample
in interfaceLongMetric
-