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