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 | Method and Description |
---|---|
RegistryAdminService.PurgePolicy |
RMRegistryOperationsService.getPurgeOnCompletionPolicy() |
Modifier and Type | Method and Description |
---|---|
Future<Integer> |
RMRegistryOperationsService.purgeRecordsAsync(String path,
String id,
String persistencePolicyMatch,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback)
Queue an async operation to purge all matching records under a base path.
|
void |
RMRegistryOperationsService.setPurgeOnCompletionPolicy(RegistryAdminService.PurgePolicy purgeOnCompletionPolicy) |
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 |
---|
RegistryAdminService.AsyncPurge(String path,
RegistryAdminService.NodeSelector selector,
RegistryAdminService.PurgePolicy purgePolicy,
org.apache.curator.framework.api.BackgroundCallback callback) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.