Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addAllCell(Iterable<? extends CellPB.Cell> values)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.addCell(int index,
CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.clearAssociatedCellCount()
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.clearCell()
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.clearExists()
used for Get to check existence only.
|
static ClientPB.Result.Builder |
ClientPB.Result.newBuilder() |
static ClientPB.Result.Builder |
ClientPB.Result.newBuilder(ClientPB.Result prototype) |
ClientPB.Result.Builder |
ClientPB.Result.Builder.removeCell(int index)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.setAssociatedCellCount(int value)
The below count is set when the associated cells are
not part of this protobuf message; they are passed alongside
and then this Message is just a placeholder with metadata.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.setCell(int index,
CellPB.Cell.Builder builderForValue)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.setCell(int index,
CellPB.Cell value)
Result includes the Cells or else it just has a count of Cells
that are carried otherwise.
|
ClientPB.Result.Builder |
ClientPB.Result.Builder.setExists(boolean value)
used for Get to check existence only.
|
Modifier and Type | Method and Description |
---|---|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addResults(ClientPB.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addResults(int index,
ClientPB.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.GetResponse.Builder |
ClientPB.GetResponse.Builder.setResult(ClientPB.Result.Builder builderForValue)
optional .Result result = 1; |
ClientPB.MutateResponse.Builder |
ClientPB.MutateResponse.Builder.setResult(ClientPB.Result.Builder builderForValue)
optional .Result result = 1; |
ClientPB.ResultOrException.Builder |
ClientPB.ResultOrException.Builder.setResult(ClientPB.Result.Builder builderForValue)
optional .Result result = 2; |
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setResults(int index,
ClientPB.Result.Builder builderForValue)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.