| Package | Description |
|---|---|
| org.apache.hadoop.hive.common.metrics | |
| org.apache.hadoop.hive.common.metrics.common | |
| org.apache.hadoop.hive.common.metrics.metrics2 |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyMetrics.addGauge(String name,
MetricsVariable variable) |
void |
LegacyMetrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
void |
LegacyMetrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.addGauge(String name,
MetricsVariable<?> variable)
Adds a metrics-gauge to track variable.
|
void |
Metrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator)
Add a ratio metric to track the correlation between two variables
|
void |
Metrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator)
Add a ratio metric to track the correlation between two variables
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodahaleMetrics.addGauge(String name,
MetricsVariable variable) |
void |
CodahaleMetrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
void |
CodahaleMetrics.addRatio(String name,
MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
| Constructor and Description |
|---|
MetricVariableRatioGauge(MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
MetricVariableRatioGauge(MetricsVariable<Integer> numerator,
MetricsVariable<Integer> denominator) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.