Uses of Class
org.apache.hadoop.registry.client.types.RegistryPathStatus
Packages that use RegistryPathStatus
Package
Description
YARN Registry Client API.
Registry binding utility classes.
Core Zookeeper support.
-
Uses of RegistryPathStatus in org.apache.hadoop.registry.client.api
Methods in org.apache.hadoop.registry.client.api that return RegistryPathStatusModifier and TypeMethodDescriptionGet the status of a path -
Uses of RegistryPathStatus in org.apache.hadoop.registry.client.binding
Methods in org.apache.hadoop.registry.client.binding that return types with arguments of type RegistryPathStatusModifier and TypeMethodDescriptionstatic Map<String,RegistryPathStatus> RegistryUtils.statChildren(RegistryOperations registryOperations, String path) List children of a directory and retrieve theirRegistryPathStatusvalues.Method parameters in org.apache.hadoop.registry.client.binding with type arguments of type RegistryPathStatusModifier and TypeMethodDescriptionstatic 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. -
Uses of RegistryPathStatus in org.apache.hadoop.registry.client.impl.zk
Methods in org.apache.hadoop.registry.client.impl.zk that return RegistryPathStatus