Package org.apache.hadoop.registry.client.impl.zk
package org.apache.hadoop.registry.client.impl.zk
Core Zookeeper support.
This package contains the low-level bindings to Curator and Zookeeper, including everything related to registry security.
The class CuratorService
is a YARN service which offers access to a Zookeeper instance via
Apache Curator.
The RegistrySecurity
implements the security support in the registry, though a set of
static methods and as a YARN service.
To work with ZK, system properties need to be set before invoking
some operations/instantiating some objects. The definitions of these
are kept in ZookeeperConfigOptions.
-
ClassDescriptionBinding information provided by a
RegistryBindingSourceorg.apache.hadoop.registry.client.impl.zk.CuratorServiceThis service binds to Zookeeper via Apache Curator.org.apache.hadoop.registry.client.impl.zk.PathListenerInterface which can be implemented by a registry binding sourceorg.apache.hadoop.registry.client.impl.zk.RegistryInternalConstantsInternal constants for the registry.The Registry operations service.org.apache.hadoop.registry.client.impl.zk.RegistrySecurityImplement the registry security ... a self contained service for testability.org.apache.hadoop.registry.client.impl.zk.RegistrySecurity.AclListInfoon-demand stringifier for a list of ACLsorg.apache.hadoop.registry.client.impl.zk.RegistrySecurity.UgiInfoOn demand string-ifier for UGI with extra detailsorg.apache.hadoop.registry.client.impl.zk.ZKPathDumperThis class dumps a registry tree to a string.org.apache.hadoop.registry.client.impl.zk.ZookeeperConfigOptionsConfiguration options which are internal to Zookeeper, as well as some other ZK constants