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

Example usage for Java org.apache.hadoop.registry.client.binding RegistryTypeUtils 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 RegistryTypeUtils.

The text is from its open source code.

Method

EndpointinetAddrEndpoint(String api, String protocolType, String hostname, int port)
Create an internet address endpoint from a list of URIs
EndpointipcEndpoint(String api, InetSocketAddress address)
Create an IPC endpoint
EndpointrestEndpoint(String api, URI... uris)
Create a REST endpoint from a list of URIs
ListretrieveAddressesUriType(Endpoint epr)
Get a single URI endpoint
ListretrieveAddressURLs(Endpoint epr)
Get the address URLs.
EndpointwebEndpoint(String api, URI... uris)
Create a Web UI endpoint from a list of URIs