public static interface RPCPB.RequestHeaderOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5; |
String |
getMethodName()
optional string method_name = 3; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 3; |
int |
getPriority()
optional uint32 priority = 6; |
boolean |
getRequestParam()
optional bool request_param = 4; |
int |
getTimeout()
optional uint32 timeout = 7; |
TracingPB.RPCTInfo |
getTraceInfo()
optional .RPCTInfo trace_info = 2; |
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5; |
boolean |
hasMethodName()
optional string method_name = 3; |
boolean |
hasPriority()
optional uint32 priority = 6; |
boolean |
hasRequestParam()
optional bool request_param = 4; |
boolean |
hasTimeout()
optional uint32 timeout = 7; |
boolean |
hasTraceInfo()
optional .RPCTInfo trace_info = 2; |
boolean hasCallId()
optional uint32 call_id = 1;
Monotonically increasing call_id to keep track of RPC requests and their response
int getCallId()
optional uint32 call_id = 1;
Monotonically increasing call_id to keep track of RPC requests and their response
boolean hasTraceInfo()
optional .RPCTInfo trace_info = 2;
TracingPB.RPCTInfo getTraceInfo()
optional .RPCTInfo trace_info = 2;
boolean hasMethodName()
optional string method_name = 3;
String getMethodName()
optional string method_name = 3;
com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 3;
boolean hasRequestParam()
optional bool request_param = 4;
If true, then a pb Message param follows.
boolean getRequestParam()
optional bool request_param = 4;
If true, then a pb Message param follows.
boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5;
If present, then an encoded data block follows.
RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5;
If present, then an encoded data block follows.
boolean hasPriority()
optional uint32 priority = 6;
0 is NORMAL priority. 200 is HIGH. If no priority, treat it as NORMAL. See HConstants.
int getPriority()
optional uint32 priority = 6;
0 is NORMAL priority. 200 is HIGH. If no priority, treat it as NORMAL. See HConstants.
boolean hasTimeout()
optional uint32 timeout = 7;
int getTimeout()
optional uint32 timeout = 7;
Copyright © 2010-2017, The Async HBase Authors