| Package | Description |
|---|---|
| org.apache.hadoop.registry.server.integration |
This package contains the classes which integrate with the YARN resource
manager.
|
| 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 | Class | Description |
|---|---|---|
class |
SelectByYarnPersistence |
Select an entry by the YARN persistence policy
|
| 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.