| 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 |
|---|---|
Counter |
MetricsSystem.getCounter(String name)
Get or construct a
Counter used to track a mutable number. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopCounter
Counter implementation which does nothing. |
| Modifier and Type | Field and Description |
|---|---|
private static Counter |
NoopMetricsSystem.COUNTER |
| Modifier and Type | Method and Description |
|---|---|
Counter |
NoopMetricsSystem.getCounter(String name) |
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.