| 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 |
|---|---|
Timer |
MetricsSystem.getTimer(String name)
Get or construct a
Timer used to measure durations and report rates. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopTimer
Timer which does nothing. |
| Modifier and Type | Field and Description |
|---|---|
private static Timer |
NoopMetricsSystem.TIMER |
| Modifier and Type | Method and Description |
|---|---|
Timer |
NoopMetricsSystem.getTimer(String name) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.