Uses of Class
org.apache.hadoop.registry.client.types.ServiceRecord

Packages that use ServiceRecord
org.apache.hadoop.registry.client.api YARN Registry Client API. 
org.apache.hadoop.registry.client.binding Registry binding utility classes. 
org.apache.hadoop.registry.client.impl.zk Core Zookeeper support. 
org.apache.hadoop.registry.client.types This package contains all the data types which can be saved to the registry and/or marshalled to and from JSON. 
 

Uses of ServiceRecord in org.apache.hadoop.registry.client.api
 

Methods in org.apache.hadoop.registry.client.api that return ServiceRecord
 ServiceRecord RegistryOperations.resolve(String path)
          Resolve the record at a path
 

Methods in org.apache.hadoop.registry.client.api with parameters of type ServiceRecord
 void RegistryOperations.bind(String path, ServiceRecord record, int flags)
          Bind a path in the registry to a service record
 

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

Methods in org.apache.hadoop.registry.client.binding that return types with arguments of type ServiceRecord
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
 

Methods in org.apache.hadoop.registry.client.binding with parameters of type ServiceRecord
static void RegistryTypeUtils.validateServiceRecord(String path, ServiceRecord record)
          Validate the record by checking for null fields and other invalid conditions
 

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

Methods in org.apache.hadoop.registry.client.impl.zk that return ServiceRecord
 ServiceRecord RegistryOperationsService.resolve(String path)
           
 

Methods in org.apache.hadoop.registry.client.impl.zk with parameters of type ServiceRecord
 void RegistryOperationsService.bind(String path, ServiceRecord record, int flags)
           
 

Uses of ServiceRecord in org.apache.hadoop.registry.client.types
 

Constructors in org.apache.hadoop.registry.client.types with parameters of type ServiceRecord
ServiceRecord(ServiceRecord that)
          Deep cloning constructor
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.