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 and Description |
---|---|
class |
SelectByYarnPersistence
Select an entry by the YARN persistence policy
|
Modifier and Type | Method and Description |
---|---|
int |
RegistryAdminService.purge(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 and Description |
---|
RegistryAdminService.AsyncPurge(String path,
RegistryAdminService.NodeSelector selector,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback) |
Copyright © 2022 Apache Software Foundation. All rights reserved.