|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RpcHeaderProtos.RpcRequestHeaderProtoOrBuilder
| Method Summary | |
|---|---|
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; |
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; |
| Methods inherited from interface com.google.protobuf.MessageOrBuilder |
|---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
|---|
isInitialized |
| Method Detail |
|---|
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||