| Package | Description |
|---|---|
| org.apache.hadoop.registry.client.impl |
Registry client services
|
| org.apache.hadoop.registry.client.impl.zk |
Core Zookeeper support.
|
| 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 |
RegistryOperationsClient |
This is the client service for applications to work with the registry.
|
| Constructor | Description |
|---|---|
RegistryOperationsClient(java.lang.String name,
RegistryBindingSource bindingSource) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
CuratorService |
This service binds to Zookeeper via Apache Curator.
|
class |
RegistryOperationsService |
The Registry operations service.
|
| Modifier and Type | Method | Description |
|---|---|---|
RegistryBindingSource |
CuratorService.getBindingSource() |
Get the registry binding source ...
|
| Constructor | Description |
|---|---|
CuratorService(java.lang.String name,
RegistryBindingSource bindingSource) |
Construct the service.
|
RegistryOperationsService(java.lang.String name,
RegistryBindingSource bindingSource) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MicroZookeeperService |
This is a small, localhost Zookeeper service instance that is contained
in a YARN service...it's been derived from Apache Twill.
|
class |
RegistryAdminService |
Administrator service for the registry.
|
| Constructor | Description |
|---|---|
RegistryAdminService(java.lang.String name,
RegistryBindingSource bindingSource) |
construct an instance of the service, using the
specified binding source to bond to ZK
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.