Class NoopMetricsSystemConfiguration
java.lang.Object
org.apache.calcite.avatica.metrics.noop.NoopMetricsSystemConfiguration
- All Implemented Interfaces:
MetricsSystemConfiguration<Void>
public class NoopMetricsSystemConfiguration
extends Object
implements MetricsSystemConfiguration<Void>
An empty configuration for the
NoopMetricsSystem.-
Method Summary
-
Method Details
-
getInstance
-
get
- Specified by:
getin interfaceMetricsSystemConfiguration<Void>- Returns:
- Some state or configuration to create a
MetricsSystem.
-