Uses of Interface
org.apache.hadoop.registry.client.impl.zk.RegistryBindingSource

Packages that use RegistryBindingSource
org.apache.hadoop.registry.client.impl Registry client services 
org.apache.hadoop.registry.client.impl.zk Core Zookeeper support. 
 

Uses of RegistryBindingSource in org.apache.hadoop.registry.client.impl
 

Classes in org.apache.hadoop.registry.client.impl that implement RegistryBindingSource
 class RegistryOperationsClient
          This is the client service for applications to work with the registry.
 

Constructors in org.apache.hadoop.registry.client.impl with parameters of type RegistryBindingSource
RegistryOperationsClient(String name, RegistryBindingSource bindingSource)
           
 

Uses of RegistryBindingSource in org.apache.hadoop.registry.client.impl.zk
 

Classes in org.apache.hadoop.registry.client.impl.zk that implement RegistryBindingSource
 class org.apache.hadoop.registry.client.impl.zk.CuratorService
          This service binds to Zookeeper via Apache Curator.
 class RegistryOperationsService
          The Registry operations service.
 

Constructors in org.apache.hadoop.registry.client.impl.zk with parameters of type RegistryBindingSource
RegistryOperationsService(String name, RegistryBindingSource bindingSource)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.