Uses of Class
org.apache.hadoop.registry.client.exceptions.InvalidPathnameException
Packages that use InvalidPathnameException
Package
Description
YARN Registry Client API.
Registry binding utility classes.
Core Zookeeper support.
-
Uses of InvalidPathnameException in org.apache.hadoop.registry.client.api
Methods in org.apache.hadoop.registry.client.api that throw InvalidPathnameExceptionModifier and TypeMethodDescriptionvoidRegistryOperations.bind(String path, ServiceRecord record, int flags) Bind a path in the registry to a service recordvoidDelete a path.List all entries under a registry path, returning the relative names of the entries.booleanCreate a path.Get the status of a path -
Uses of InvalidPathnameException in org.apache.hadoop.registry.client.binding
Methods in org.apache.hadoop.registry.client.binding that throw InvalidPathnameExceptionModifier and TypeMethodDescriptionstatic Map<String,RegistryPathStatus> RegistryUtils.statChildren(RegistryOperations registryOperations, String path) List children of a directory and retrieve theirRegistryPathStatusvalues. -
Uses of InvalidPathnameException in org.apache.hadoop.registry.client.impl.zk
Methods in org.apache.hadoop.registry.client.impl.zk that throw InvalidPathnameExceptionModifier and TypeMethodDescriptionprotected voidRegistryOperationsService.validatePath(String path) Validate a path