| Package | Description |
|---|---|
| org.apache.hadoop.registry.client.api |
YARN Registry Client API.
|
| org.apache.hadoop.registry.client.binding |
Registry binding utility classes.
|
| org.apache.hadoop.registry.client.impl |
Registry client services
|
| Modifier and Type | Method | Description |
|---|---|---|
ServiceRecord |
RegistryOperations.resolve(java.lang.String path) |
Resolve the record at a path
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
RegistryTypeUtils.getAddressField(java.util.Map<java.lang.String,java.lang.String> address,
java.lang.String field) |
Get a specific field from an address -raising an exception if
the field is not present
|
static void |
RegistryTypeUtils.requireAddressType(java.lang.String required,
Endpoint epr) |
Require a specific address type on an endpoint
|
static java.util.List<java.lang.String> |
RegistryTypeUtils.retrieveAddressesUriType(Endpoint epr) |
Get a single URI endpoint
|
static java.util.List<java.net.URL> |
RegistryTypeUtils.retrieveAddressURLs(Endpoint epr) |
Get the address URLs.
|
static void |
RegistryTypeUtils.validateEndpoint(java.lang.String path,
Endpoint endpoint) |
Validate the endpoint by checking for null fields and other invalid
conditions
|
static void |
RegistryTypeUtils.validateServiceRecord(java.lang.String path,
ServiceRecord record) |
Validate the record by checking for null fields and other invalid
conditions
|
| Modifier and Type | Method | Description |
|---|---|---|
ServiceRecord |
FSRegistryOperationsService.resolve(java.lang.String path) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.