Java org.apache.hadoop.registry.client.types Endpoint fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Endpoint(String api, String addressType, String protocolType)
Build an endpoint with an empty address list
Endpoint(String api, String protocolType, URI... uris)
Build an endpoint from a list of URIs; each URI is ASCII-encoded and added to the list of addresses.

Method