public static interface RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RpcHeaderProtos.RPCCallerContextProto |
getCallerContext()
optional .hadoop.common.RPCCallerContextProto callerContext = 7; |
RpcHeaderProtos.RPCCallerContextProtoOrBuilder |
getCallerContextOrBuilder()
optional .hadoop.common.RPCCallerContextProto callerContext = 7; |
int |
getCallId()
required sint32 callId = 3; |
com.google.protobuf.ByteString |
getClientId()
required bytes clientId = 4; |
int |
getRetryCount()
optional sint32 retryCount = 5 [default = -1]; |
RpcHeaderProtos.RpcKindProto |
getRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1; |
RpcHeaderProtos.RpcRequestHeaderProto.OperationProto |
getRpcOp()
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2; |
RpcHeaderProtos.RPCTraceInfoProto |
getTraceInfo()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; |
RpcHeaderProtos.RPCTraceInfoProtoOrBuilder |
getTraceInfoOrBuilder()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; |
boolean |
hasCallerContext()
optional .hadoop.common.RPCCallerContextProto callerContext = 7; |
boolean |
hasCallId()
required sint32 callId = 3; |
boolean |
hasClientId()
required bytes clientId = 4; |
boolean |
hasRetryCount()
optional sint32 retryCount = 5 [default = -1]; |
boolean |
hasRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1; |
boolean |
hasRpcOp()
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2; |
boolean |
hasTraceInfo()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6; |
boolean hasRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1;
RpcHeaderProtos.RpcKindProto getRpcKind()
optional .hadoop.common.RpcKindProto rpcKind = 1;
boolean hasRpcOp()
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
RpcHeaderProtos.RpcRequestHeaderProto.OperationProto getRpcOp()
optional .hadoop.common.RpcRequestHeaderProto.OperationProto rpcOp = 2;
boolean hasCallId()
required sint32 callId = 3;
a sequence number that is sent back in response
int getCallId()
required sint32 callId = 3;
a sequence number that is sent back in response
boolean hasClientId()
required bytes clientId = 4;
Globally unique client ID
com.google.protobuf.ByteString getClientId()
required bytes clientId = 4;
Globally unique client ID
boolean hasRetryCount()
optional sint32 retryCount = 5 [default = -1];
clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
int getRetryCount()
optional sint32 retryCount = 5 [default = -1];
clientId + callId uniquely identifies a request retry count, 1 means this is the first retry
boolean hasTraceInfo()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
tracing info
RpcHeaderProtos.RPCTraceInfoProto getTraceInfo()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
tracing info
RpcHeaderProtos.RPCTraceInfoProtoOrBuilder getTraceInfoOrBuilder()
optional .hadoop.common.RPCTraceInfoProto traceInfo = 6;
tracing info
boolean hasCallerContext()
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
call context
RpcHeaderProtos.RPCCallerContextProto getCallerContext()
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
call context
RpcHeaderProtos.RPCCallerContextProtoOrBuilder getCallerContextOrBuilder()
optional .hadoop.common.RPCCallerContextProto callerContext = 7;
call context
Copyright © 2017 Apache Software Foundation. All Rights Reserved.