Uses of Interface
org.apache.hadoop.registry.client.api.RegistryOperations

Packages that use RegistryOperations
org.apache.hadoop.registry.client.binding Registry binding utility classes. 
org.apache.hadoop.registry.client.impl Registry client services 
org.apache.hadoop.registry.client.impl.zk Core Zookeeper support. 
 

Uses of RegistryOperations in org.apache.hadoop.registry.client.binding
 

Methods in org.apache.hadoop.registry.client.binding with parameters of type RegistryOperations
static Map<String,ServiceRecord> RegistryUtils.extractServiceRecords(RegistryOperations operations, String parentpath)
          Extract all service records under a list of stat operations...this non-atomic action skips entries that are too short or simply not matching.
static Map<String,ServiceRecord> RegistryUtils.extractServiceRecords(RegistryOperations operations, String parentpath, Collection<RegistryPathStatus> stats)
          Extract all service records under a list of stat operations...this skips entries that are too short or simply not matching
static Map<String,ServiceRecord> RegistryUtils.extractServiceRecords(RegistryOperations operations, String parentpath, Map<String,RegistryPathStatus> stats)
          Extract all service records under a list of stat operations...this non-atomic action skips entries that are too short or simply not matching.
static Map<String,ServiceRecord> RegistryUtils.listServiceRecords(RegistryOperations registryOperations, String path)
          List service records directly under a path
static Map<String,RegistryPathStatus> RegistryUtils.statChildren(RegistryOperations registryOperations, String path)
          List children of a directory and retrieve their RegistryPathStatus values.
 

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

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

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

Classes in org.apache.hadoop.registry.client.impl.zk that implement RegistryOperations
 class RegistryOperationsService
          The Registry operations service.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.