Default package

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message HadoopRpcRequestProto

hadoop_rpc2_0.proto:16

* This message is used for Protobuf Rpc Engine. The message is used to marshal a Rpc-request from RPC client to the RPC server. The Response to the Rpc call (including errors) are handled as part of the standard Rpc response.

enum RpcKindProto

RpcPayloadHeader2_0.proto:21

* RpcKind determine the rpcEngine and the serialization of the rpc payload

Used in: RpcPayloadHeaderProto

message RpcPayloadHeaderProto

RpcPayloadHeader2_0.proto:33

the header for the RpcRequest

enum RpcPayloadOperationProto

RpcPayloadHeader2_0.proto:27

Used in: RpcPayloadHeaderProto

message RpcResponseHeaderProto

RpcPayloadHeader2_0.proto:55

* Rpc Response Header - If successfull then the Respose follows after this header - length (4 byte int), followed by the response - If error or fatal - the exception info follow - length (4 byte int) Class name of exception - UTF-8 string - length (4 byte int) Stacktrace - UTF-8 string - if the strings are null then the length is -1 In case of Fatal error then the respose contains the Serverside's IPC version

enum RpcStatusProto

RpcPayloadHeader2_0.proto:39

Used in: RpcResponseHeaderProto