| 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.
|
| Class and Description |
|---|
| Counter
A mutable number.
|
| Gauge
A metrics which measures a discrete value.
|
| Histogram
A metric which measures the distribution of values.
|
| Meter
A metric which measure the rate at which some operation is invoked.
|
| Metric
Parent interface for all metrics.
|
| MetricsSystem
General purpose factory for creating various metrics.
|
| MetricsSystemConfiguration
A container used by a
MetricsSystemFactory to create a MetricsSystem. |
| MetricsSystemFactory
A factory class for creating instances of
MetricsSystem. |
| MetricsSystemLoader
A utility encapsulating use of
ServiceLoader to instantiate a MetricsSystem. |
| Timer |
| Timer.Context
A object that tracks an active timing state.
|
| Class and Description |
|---|
| Counter
A mutable number.
|
| Gauge
A metrics which measures a discrete value.
|
| Histogram
A metric which measures the distribution of values.
|
| Meter
A metric which measure the rate at which some operation is invoked.
|
| Metric
Parent interface for all metrics.
|
| MetricsSystem
General purpose factory for creating various metrics.
|
| MetricsSystemConfiguration
A container used by a
MetricsSystemFactory to create a MetricsSystem. |
| MetricsSystemFactory
A factory class for creating instances of
MetricsSystem. |
| Timer |
| Timer.Context
A object that tracks an active timing state.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.