Class NoopCounter
java.lang.Object
org.apache.calcite.avatica.metrics.noop.NoopCounter
- All Implemented Interfaces:
Counter
Counter implementation which does nothing.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopCounter
public NoopCounter()
-
-
Method Details
-
increment
public void increment()Description copied from interface:CounterIncrementthisby 1. -
increment
public void increment(long n) Description copied from interface:CounterIncrementthisbyn. -
decrement
public void decrement()Description copied from interface:CounterDecrementthisby 1. -
decrement
public void decrement(long n) Description copied from interface:CounterDecrementthisbyn.
-