| Package | Description |
|---|---|
| org.apache.hudi.common.metrics |
| 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.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.