Class IntCounterMetric

java.lang.Object
com.illumon.iris.db.v2.utils.metrics.IntCounterMetric
All Implemented Interfaces:
IntMetric

public class IntCounterMetric extends Object implements IntMetric
  • Constructor Details

    • IntCounterMetric

      public IntCounterMetric(String name)
  • Method Details

    • sample

      public void sample(int n)
      Specified by:
      sample in interface IntMetric