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