Class StatsMeter.Noop

All Implemented Interfaces:
IpdMeter, StatsMeter
Enclosing interface:
StatsMeter

public static class StatsMeter.Noop extends IpdMeter.NoopMeter implements StatsMeter
  • Constructor Details

  • Method Details

    • update

      public void update(long value, TimeUnit timeUnit)
      Description copied from interface: StatsMeter
      Updates the metric with the given value. You may specify the time unit of the value.
      Specified by:
      update in interface StatsMeter
      Parameters:
      value - value for updated statistics
      timeUnit - time unit of the value