Class LongCounterLog2HistogramMetric
java.lang.Object
com.illumon.iris.db.v2.utils.metrics.LongCounterLog2HistogramMetric
- All Implemented Interfaces:
LongMetric,LongConsumer
public class LongCounterLog2HistogramMetric extends Object implements LongMetric
-
Constructor Summary
Constructors Constructor Description LongCounterLog2HistogramMetric(String name) -
Method Summary
Modifier and Type Method Description voidsample(long v)
-
Constructor Details
-
Method Details
-
sample
public void sample(long v)- Specified by:
samplein interfaceLongMetric
-