| Package | Description |
|---|---|
| org.apache.hadoop.registry.server.services |
Basic services for the YARN registry
The
RegistryAdminService
extends the shared YARN Registry client with registry setup and
(potentially asynchronous) administrative actions. |
| Modifier and Type | Method | Description |
|---|---|---|
static RegistryAdminService.PurgePolicy |
RegistryAdminService.PurgePolicy.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RegistryAdminService.PurgePolicy[] |
RegistryAdminService.PurgePolicy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
RegistryAdminService.purge(java.lang.String path,
RegistryAdminService.NodeSelector selector,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback) |
Recursive operation to purge all matching records under a base path.
|
| Constructor | Description |
|---|---|
AsyncPurge(java.lang.String path,
RegistryAdminService.NodeSelector selector,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.