public static interface RPCProtos.RequestHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCProtos.CellBlockMeta |
getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5; |
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
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; |
TracingProtos.RPCTInfo |
getTraceInfo()
optional .RPCTInfo trace_info = 2; |
TracingProtos.RPCTInfoOrBuilder |
getTraceInfoOrBuilder()
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 |
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;
TracingProtos.RPCTInfo getTraceInfo()
optional .RPCTInfo trace_info = 2;
TracingProtos.RPCTInfoOrBuilder getTraceInfoOrBuilder()
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.
RPCProtos.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 5;
If present, then an encoded data block follows.
RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
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.
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.