public static interface RPCProtos.RequestHeaderOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCallId()
Monotonically increasing call_id to keep track of RPC requests and their response
|
RPCProtos.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
|
String |
getMethodName()
optional string method_name = 3; |
org.apache.hbase.thirdparty.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.
|
int |
getTimeout()
optional uint32 timeout = 7; |
TracingProtos.RPCTInfo |
getTraceInfo()
optional .hbase.pb.RPCTInfo trace_info = 2; |
TracingProtos.RPCTInfoOrBuilder |
getTraceInfoOrBuilder()
optional .hbase.pb.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 |
hasTimeout()
optional uint32 timeout = 7; |
boolean |
hasTraceInfo()
optional .hbase.pb.RPCTInfo trace_info = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 .hbase.pb.RPCTInfo trace_info = 2;TracingProtos.RPCTInfo getTraceInfo()
optional .hbase.pb.RPCTInfo trace_info = 2;TracingProtos.RPCTInfoOrBuilder getTraceInfoOrBuilder()
optional .hbase.pb.RPCTInfo trace_info = 2;boolean hasMethodName()
optional string method_name = 3;String getMethodName()
optional string method_name = 3;org.apache.hbase.thirdparty.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 .hbase.pb.CellBlockMeta cell_block_meta = 5;RPCProtos.CellBlockMeta getCellBlockMeta()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 5;RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 5;boolean hasPriority()
0 is NORMAL priority. 200 is HIGH. If no priority, treat it as NORMAL. See HConstants.
optional uint32 priority = 6;int getPriority()
0 is NORMAL priority. 200 is HIGH. If no priority, treat it as NORMAL. See HConstants.
optional uint32 priority = 6;boolean hasTimeout()
optional uint32 timeout = 7;int getTimeout()
optional uint32 timeout = 7;Copyright © 2007–2019 Cloudera. All rights reserved.