Class NoopMetricsSystem

java.lang.Object
org.apache.calcite.avatica.metrics.noop.NoopMetricsSystem
All Implemented Interfaces:
MetricsSystem

public class NoopMetricsSystem extends Object implements MetricsSystem
MetricsSystem implementation which does nothing. Returns Metric implementations which also does nothing (avoiding null instances).