Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.clearCallId()
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.clearCellBlockMeta()
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.clearException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.mergeCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.mergeException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
static RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.newBuilder() |
static RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.newBuilder(RPCPB.ResponseHeader prototype) |
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setCallId(int value)
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setCellBlockMeta(RPCPB.CellBlockMeta.Builder builderForValue)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setException(RPCPB.ExceptionResponse.Builder builderForValue)
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ResponseHeader.Builder |
RPCPB.ResponseHeader.Builder.setException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.