public static interface RPCPB.ResponseHeaderOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
RPCPB.ExceptionResponse |
getException()
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)
|
boolean 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 .ExceptionResponse exception = 2;
RPCPB.ExceptionResponse getException()
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
boolean hasCellBlockMeta()
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
RPCPB.CellBlockMeta getCellBlockMeta()
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.