| 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 |
|---|---|
Histogram |
MetricsSystem.getHistogram(String name)
Get or construct a
Histogram used to measure a distribution of values. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopHistogram
Histogram which does nothing. |
| Modifier and Type | Field and Description |
|---|---|
private static Histogram |
NoopMetricsSystem.HISTOGRAM |
| Modifier and Type | Method and Description |
|---|---|
Histogram |
NoopMetricsSystem.getHistogram(String name) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.