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 and Description |
---|---|
static RegistryAdminService.PurgePolicy |
RegistryAdminService.PurgePolicy.valueOf(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 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 |
---|
AsyncPurge(String path,
RegistryAdminService.NodeSelector selector,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback) |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.