| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidPathnameException | |
|---|---|
| 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. | 
| Uses of InvalidPathnameException in org.apache.hadoop.registry.client.api | 
|---|
| Methods in org.apache.hadoop.registry.client.api that throw InvalidPathnameException | |
|---|---|
 void | 
RegistryOperations.bind(String path,
         ServiceRecord record,
         int flags)
Bind a path in the registry to a service record  | 
 void | 
RegistryOperations.delete(String path,
             boolean recursive)
Delete a path.  | 
 List<String> | 
RegistryOperations.list(String path)
List all entries under a registry path, returning the relative names of the entries.  | 
 boolean | 
RegistryOperations.mknode(String path,
             boolean createParents)
Create a path.  | 
 RegistryPathStatus | 
RegistryOperations.stat(String 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 InvalidPathnameException | |
|---|---|
static Map<String,RegistryPathStatus> | 
RegistryUtils.statChildren(RegistryOperations registryOperations,
                         String path)
List children of a directory and retrieve their RegistryPathStatus values. | 
| Uses of InvalidPathnameException in org.apache.hadoop.registry.client.impl.zk | 
|---|
| Methods in org.apache.hadoop.registry.client.impl.zk that throw InvalidPathnameException | |
|---|---|
protected  void | 
RegistryOperationsService.validatePath(String path)
Validate a path  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||