org.hbase.async.generated
Interface RPCPB.ResponseHeaderOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
- RPCPB.ResponseHeader, RPCPB.ResponseHeader.Builder
- Enclosing class:
- RPCPB
public static interface RPCPB.ResponseHeaderOrBuilder
- extends com.google.protobuf.MessageLiteOrBuilder
| Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
getDefaultInstanceForType, isInitialized |
hasCallId
boolean hasCallId()
optional uint32 call_id = 1;
getCallId
int getCallId()
optional uint32 call_id = 1;
hasException
boolean hasException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getException
RPCPB.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
hasCellBlockMeta
boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMeta
RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
Copyright © 2010-2015, The Async HBase Authors