Interface ProtocolTypes
@Public
@Evolving
public interface ProtocolTypes
some common protocol types
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAddresses are URIs of Hadoop Filesystem paths: "hadoop/filesystem".static final StringHadoop IPC, "classic" or protobuf : "hadoop/IPC".static final StringCorba IIOP: "IIOP".static final StringREST: "REST".static final StringJava RMI: "RMI".static final StringSunOS RPC, as used by NFS and similar: "sunrpc".static final StringCustom TCP protocol: "tcp".static final StringThrift-based protocols: "thrift".static final StringCustom UPC-based protocol : "udp".static final StringDefault value —the protocol is unknown : """"static final StringWeb page: "webui".static final StringWeb Services: "WS-*".static final StringA zookeeper binding: "zookeeper".
-
Field Details
-
PROTOCOL_FILESYSTEM
Addresses are URIs of Hadoop Filesystem paths: "hadoop/filesystem".- See Also:
-
PROTOCOL_HADOOP_IPC
Hadoop IPC, "classic" or protobuf : "hadoop/IPC".- See Also:
-
PROTOCOL_IIOP
Corba IIOP: "IIOP".- See Also:
-
PROTOCOL_REST
REST: "REST".- See Also:
-
PROTOCOL_RMI
Java RMI: "RMI".- See Also:
-
PROTOCOL_SUN_RPC
SunOS RPC, as used by NFS and similar: "sunrpc".- See Also:
-
PROTOCOL_THRIFT
Thrift-based protocols: "thrift".- See Also:
-
PROTOCOL_TCP
Custom TCP protocol: "tcp".- See Also:
-
PROTOCOL_UDP
Custom UPC-based protocol : "udp".- See Also:
-
PROTOCOL_UNKNOWN
Default value —the protocol is unknown : """"- See Also:
-
PROTOCOL_WEBUI
Web page: "webui". This protocol implies that the URLs are designed for people to view via web browsers.- See Also:
-
PROTOCOL_WSAPI
Web Services: "WS-*".- See Also:
-
PROTOCOL_ZOOKEEPER_BINDING
A zookeeper binding: "zookeeper".- See Also:
-