Class NoopTimer.NoopContext
java.lang.Object
org.apache.calcite.avatica.metrics.noop.NoopTimer.NoopContext
- All Implemented Interfaces:
AutoCloseable,Timer.Context
- Enclosing class:
- NoopTimer
Timer.Context which does nothing.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopContext
public NoopContext()
-
-
Method Details
-
close
public void close()Description copied from interface:Timer.ContextStops the timer.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceTimer.Context
-