org.apache.hadoop.registry.client.types
Interface ProtocolTypes


@InterfaceAudience.Public
@InterfaceStability.Evolving
public interface ProtocolTypes

some common protocol types


Field Summary
static String PROTOCOL_FILESYSTEM
          Addresses are URIs of Hadoop Filesystem paths: "hadoop/filesystem".
static String PROTOCOL_HADOOP_IPC
          Hadoop IPC, "classic" or protobuf : "hadoop/IPC".
static String PROTOCOL_IIOP
          Corba IIOP: "IIOP".
static String PROTOCOL_REST
          REST: "REST".
static String PROTOCOL_RMI
          Java RMI: "RMI".
static String PROTOCOL_SUN_RPC
          SunOS RPC, as used by NFS and similar: "sunrpc".
static String PROTOCOL_TCP
          Custom TCP protocol: "tcp".
static String PROTOCOL_THRIFT
          Thrift-based protocols: "thrift".
static String PROTOCOL_UDP
          Custom UPC-based protocol : "udp".
static String PROTOCOL_UNKNOWN
          Default value —the protocol is unknown : """"
static String PROTOCOL_WEBUI
          Web page: "webui".
static String PROTOCOL_WSAPI
          Web Services: "WS-*".
static String PROTOCOL_ZOOKEEPER_BINDING
          A zookeeper binding: "zookeeper".
 

Field Detail

PROTOCOL_FILESYSTEM

static final String PROTOCOL_FILESYSTEM
Addresses are URIs of Hadoop Filesystem paths: "hadoop/filesystem".

See Also:
Constant Field Values

PROTOCOL_HADOOP_IPC

static final String PROTOCOL_HADOOP_IPC
Hadoop IPC, "classic" or protobuf : "hadoop/IPC".

See Also:
Constant Field Values

PROTOCOL_IIOP

static final String PROTOCOL_IIOP
Corba IIOP: "IIOP".

See Also:
Constant Field Values

PROTOCOL_REST

static final String PROTOCOL_REST
REST: "REST".

See Also:
Constant Field Values

PROTOCOL_RMI

static final String PROTOCOL_RMI
Java RMI: "RMI".

See Also:
Constant Field Values

PROTOCOL_SUN_RPC

static final String PROTOCOL_SUN_RPC
SunOS RPC, as used by NFS and similar: "sunrpc".

See Also:
Constant Field Values

PROTOCOL_THRIFT

static final String PROTOCOL_THRIFT
Thrift-based protocols: "thrift".

See Also:
Constant Field Values

PROTOCOL_TCP

static final String PROTOCOL_TCP
Custom TCP protocol: "tcp".

See Also:
Constant Field Values

PROTOCOL_UDP

static final String PROTOCOL_UDP
Custom UPC-based protocol : "udp".

See Also:
Constant Field Values

PROTOCOL_UNKNOWN

static final String PROTOCOL_UNKNOWN
Default value —the protocol is unknown : """"

See Also:
Constant Field Values

PROTOCOL_WEBUI

static final String PROTOCOL_WEBUI
Web page: "webui". This protocol implies that the URLs are designed for people to view via web browsers.

See Also:
Constant Field Values

PROTOCOL_WSAPI

static final String PROTOCOL_WSAPI
Web Services: "WS-*".

See Also:
Constant Field Values

PROTOCOL_ZOOKEEPER_BINDING

static final String PROTOCOL_ZOOKEEPER_BINDING
A zookeeper binding: "zookeeper".

See Also:
Constant Field Values


Copyright © 2014 Apache Software Foundation. All Rights Reserved.