Uses of Interface
org.apache.hadoop.registry.client.api.RegistryOperations
Packages that use RegistryOperations
Package
Description
Registry binding utility classes.
Registry client services
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 RegistryOperationsModifier 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 pathstatic Map<String,RegistryPathStatus> RegistryUtils.statChildren(RegistryOperations registryOperations, String path) List children of a directory and retrieve theirRegistryPathStatusvalues. -
Uses of RegistryOperations in org.apache.hadoop.registry.client.impl
Classes in org.apache.hadoop.registry.client.impl that implement RegistryOperationsModifier and TypeClassDescriptionclassThis 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 RegistryOperationsModifier and TypeClassDescriptionclassThe Registry operations service.