Uses of Class
org.apache.hadoop.registry.client.types.ServiceRecord
Packages that use ServiceRecord
Package
Description
YARN Registry Client API.
Registry binding utility classes.
Core Zookeeper support.
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 ServiceRecordModifier and TypeMethodDescriptionResolve the record at a pathMethods in org.apache.hadoop.registry.client.api with parameters of type ServiceRecordModifier and TypeMethodDescriptionvoidRegistryOperations.bind(String path, ServiceRecord record, int flags) Bind a path in the registry to a service recordvoidDNSOperations.delete(String path, ServiceRecord record) Delete a service's registered endpoints.voidDNSOperations.register(String path, ServiceRecord record) Register a service based on 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 ServiceRecordModifier and TypeMethodDescriptionstatic 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 matchingstatic 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 pathMethods in org.apache.hadoop.registry.client.binding with parameters of type ServiceRecordModifier and TypeMethodDescriptionstatic voidRegistryTypeUtils.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 ServiceRecordMethods in org.apache.hadoop.registry.client.impl.zk with parameters of type ServiceRecordModifier and TypeMethodDescriptionvoidRegistryOperationsService.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