| Package | Description |
|---|---|
| org.apache.hudi.common.fs | |
| org.apache.hudi.common.metrics | |
| org.apache.hudi.metadata |
| Modifier and Type | Method and Description |
|---|---|
static void |
HoodieWrapperFileSystem.setMetricsRegistry(Registry registry,
Registry registryMeta) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalRegistry
Registry that tracks metrics local to a single jvm process.
|
| Modifier and Type | Field and Description |
|---|---|
static ConcurrentHashMap<String,Registry> |
Registry.REGISTRY_MAP |
| Modifier and Type | Method and Description |
|---|---|
static Registry |
Registry.getRegistry(String registryName)
Get (or create) the registry for a provided name.
|
static Registry |
Registry.getRegistry(String registryName,
String clazz)
Get (or create) the registry for a provided name and given class.
|
| Modifier and Type | Method and Description |
|---|---|
Registry |
HoodieMetadataMetrics.registry() |
| Constructor and Description |
|---|
HoodieMetadataMetrics(Registry metricsRegistry) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.