| 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 | Class and Description |
|---|---|
static class |
LegacyMetrics.LegacyMetricsScope
MetricsScope : A class that encapsulates an idea of a metered scope.
|
| Modifier and Type | Method and Description |
|---|---|
MetricsScope |
LegacyMetrics.createScope(String name) |
MetricsScope |
LegacyMetrics.getStoredScope(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyMetrics.endScope(MetricsScope scope) |
| Modifier and Type | Method and Description |
|---|---|
MetricsScope |
Metrics.createScope(String name)
Create scope with given name and returns it.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metrics.endScope(MetricsScope scope)
Close the given scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodahaleMetrics.CodahaleMetricsScope |
| Modifier and Type | Method and Description |
|---|---|
MetricsScope |
CodahaleMetrics.createScope(String name) |
MetricsScope |
CodahaleMetrics.getStoredScope(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodahaleMetrics.endScope(MetricsScope scope) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.