Package io.deephaven.util.metrics
Interface LongMetric
- All Superinterfaces:
LongConsumer
- All Known Implementing Classes:
LongCounterLog2HistogramMetric
,LongCounterMetric
-
Method Summary
Methods inherited from interface java.util.function.LongConsumer
andThen
-
Method Details
-
sample
void sample(long v) -
accept
default void accept(long v) - Specified by:
accept
in interfaceLongConsumer
-