Java org.apache.hadoop.registry.client.binding RegistryUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.registry.client.binding RegistryUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.registry.client.binding RegistryUtils.

The text is from its open source code.

Method

StringcomponentPath(String user, String serviceClass, String serviceName, String componentName)
Create the path to a service record for a component
StringcurrentUser()
Get the current user path formatted for the registry

In an insecure cluster, the environment variable HADOOP_USER_NAME is queried first.

StringhomePathForCurrentUser()
Get the home path of the current user.
StringservicePath(String user, String serviceClass, String serviceName)
Create a path to a service under a user and service class