Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addAllCellsPerResult(Iterable<? extends Integer> values)
This field is filled in if we are doing cellblocks.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addAllResults(Iterable<? extends ClientPB.Result> values)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addCellsPerResult(int value)
This field is filled in if we are doing cellblocks.
|
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(ClientPB.Result value)
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.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.addResults(int index,
ClientPB.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.clearCellsPerResult()
This field is filled in if we are doing cellblocks.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.clearMoreResults()
optional bool more_results = 3; |
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.clearResults()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.clearScannerId()
optional uint64 scanner_id = 2; |
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.clearTtl()
optional uint32 ttl = 4; |
static ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.newBuilder() |
static ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.newBuilder(ClientPB.ScanResponse prototype) |
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.removeResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setCellsPerResult(int index,
int value)
This field is filled in if we are doing cellblocks.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setMoreResults(boolean value)
optional bool more_results = 3; |
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.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setResults(int index,
ClientPB.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setScannerId(long value)
optional uint64 scanner_id = 2; |
ClientPB.ScanResponse.Builder |
ClientPB.ScanResponse.Builder.setTtl(int value)
optional uint32 ttl = 4; |
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.