| Package | Description |
|---|---|
| org.apache.hudi.config.metrics | |
| org.apache.hudi.metrics |
| Modifier and Type | Field and Description |
|---|---|
static MetricsReporterType |
HoodieMetricsConfig.DEFAULT_METRICS_REPORTER_TYPE
Deprecated.
Use
HoodieMetricsConfig.METRICS_REPORTER_TYPE_VALUE and its methods instead |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<MetricsReporterType> |
HoodieMetricsConfig.METRICS_REPORTER_TYPE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
MetricsReporterType |
HoodieMetricsConfig.getMetricsReporterType() |
| Modifier and Type | Method and Description |
|---|---|
static MetricsReporterType |
MetricsReporterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetricsReporterType[] |
MetricsReporterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.