public static interface RPCProtos.ResponseHeaderOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCProtos.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
RPCProtos.CellBlockMetaOrBuilder |
getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
|
RPCProtos.ExceptionResponse |
getException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCProtos.ExceptionResponseOrBuilder |
getExceptionOrBuilder()
If present, then request threw an exception and no response message (else we presume one)
|
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
If present, then an encoded data block follows.
|
boolean |
hasException()
If present, then request threw an exception and no response message (else we presume one)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCallId()
optional uint32 call_id = 1;int getCallId()
optional uint32 call_id = 1;boolean hasException()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;RPCProtos.ExceptionResponse getException()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;RPCProtos.ExceptionResponseOrBuilder getExceptionOrBuilder()
If present, then request threw an exception and no response message (else we presume one)
optional .hbase.pb.ExceptionResponse exception = 2;boolean hasCellBlockMeta()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;RPCProtos.CellBlockMeta getCellBlockMeta()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;RPCProtos.CellBlockMetaOrBuilder getCellBlockMetaOrBuilder()
If present, then an encoded data block follows.
optional .hbase.pb.CellBlockMeta cell_block_meta = 3;Copyright © 2007–2019 Cloudera. All rights reserved.