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 and Description |
---|---|
class |
RegistryOperationsClient
This is the client service for applications to work with the registry.
|
Constructor and Description |
---|
RegistryOperationsClient(String name,
RegistryBindingSource bindingSource) |
Modifier and Type | Class and Description |
---|---|
class |
CuratorService
This service binds to Zookeeper via Apache Curator.
|
class |
RegistryOperationsService
The Registry operations service.
|
Modifier and Type | Method and Description |
---|---|
RegistryBindingSource |
CuratorService.getBindingSource()
Get the registry binding source ...
|
Constructor and Description |
---|
CuratorService(String name,
RegistryBindingSource bindingSource)
Construct the service.
|
RegistryOperationsService(String name,
RegistryBindingSource bindingSource) |
Modifier and Type | Class and 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 and Description |
---|
RegistryAdminService(String name,
RegistryBindingSource bindingSource)
construct an instance of the service, using the
specified binding source to bond to ZK
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.