Class IntCounterMetric

java.lang.Object
io.deephaven.util.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