| Package | Description |
|---|---|
| org.apache.calcite.avatica.metrics |
Metrics for the Avatica framework.
|
| org.apache.calcite.avatica.metrics.noop |
No-operation implementation for the Avatica Metrics framework.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) MetricsSystem |
MetricsSystemLoader._load(MetricsSystemConfiguration<?> config) |
MetricsSystem |
MetricsSystemFactory.create(MetricsSystemConfiguration<?> config)
Creates an instance of a
MetricsSystem. |
static MetricsSystem |
MetricsSystemLoader.load(MetricsSystemConfiguration<?> config)
Creates a
MetricsSystem instance using the corresponding MetricsSystemFactory
available to ServiceLoader on the classpath. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopMetricsSystem
MetricsSystem implementation which does nothing. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.