| Package | Description |
|---|---|
| org.apache.hadoop.hbase.shaded.protobuf | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
static ClientProtos.Result |
ProtobufUtil.toResult(boolean existence,
boolean stale)
Convert a client Result to a protocol buffer Result
|
static ClientProtos.Result |
ProtobufUtil.toResult(Result result)
Convert a client Result to a protocol buffer Result
|
static ClientProtos.Result |
ProtobufUtil.toResultNoData(Result result)
Convert a client Result to a protocol buffer Result.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientProtos.ResultOrException.Builder |
ResponseConverter.buildActionResult(ClientProtos.Result r)
Wrap a throwable to an action result.
|
static Result |
ProtobufUtil.toResult(ClientProtos.Result proto)
Convert a protocol buffer Result to a client Result
|
static Result |
ProtobufUtil.toResult(ClientProtos.Result proto,
CellScanner scanner)
Convert a protocol buffer Result to a client Result
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Result> |
ClientProtos.Result.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.Result |
ClientProtos.Result.Builder.build() |
ClientProtos.Result |
ClientProtos.Result.Builder.buildPartial() |
static ClientProtos.Result |
ClientProtos.Result.getDefaultInstance() |
ClientProtos.Result |
ClientProtos.Result.getDefaultInstanceForType() |
ClientProtos.Result |
ClientProtos.Result.Builder.getDefaultInstanceForType() |
ClientProtos.Result |
ClientProtos.GetResponseOrBuilder.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.GetResponse.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.GetResponse.Builder.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.MutateResponseOrBuilder.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.MutateResponse.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.MutateResponse.Builder.getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.Result |
ClientProtos.ResultOrExceptionOrBuilder.getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.Result |
ClientProtos.ResultOrException.getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.Result |
ClientProtos.ResultOrException.Builder.getResult()
optional .hbase.pb.Result result = 2; |
ClientProtos.Result |
ClientProtos.ScanResponseOrBuilder.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result |
ClientProtos.ScanResponse.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result |
ClientProtos.ScanResponse.Builder.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
static ClientProtos.Result |
ClientProtos.Result.parseDelimitedFrom(InputStream input) |
static ClientProtos.Result |
ClientProtos.Result.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(byte[] data) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(ByteBuffer data) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(InputStream input) |
static ClientProtos.Result |
ClientProtos.Result.parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Result> |
ClientProtos.Result.getParserForType() |
List<ClientProtos.Result> |
ClientProtos.ScanResponseOrBuilder.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientProtos.Result> |
ClientProtos.ScanResponse.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientProtos.Result> |
ClientProtos.ScanResponse.Builder.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.Result> |
ClientProtos.Result.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.addResults(ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.addResults(int index,
ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientProtos.Result.Builder |
ClientProtos.Result.Builder.mergeFrom(ClientProtos.Result other) |
ClientProtos.GetResponse.Builder |
ClientProtos.GetResponse.Builder.mergeResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 1; |
ClientProtos.MutateResponse.Builder |
ClientProtos.MutateResponse.Builder.mergeResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 1; |
ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.Builder.mergeResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2; |
static ClientProtos.Result.Builder |
ClientProtos.Result.newBuilder(ClientProtos.Result prototype) |
ClientProtos.GetResponse.Builder |
ClientProtos.GetResponse.Builder.setResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 1; |
ClientProtos.MutateResponse.Builder |
ClientProtos.MutateResponse.Builder.setResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 1; |
ClientProtos.ResultOrException.Builder |
ClientProtos.ResultOrException.Builder.setResult(ClientProtos.Result value)
optional .hbase.pb.Result result = 2; |
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.setResults(int index,
ClientProtos.Result value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.ScanResponse.Builder |
ClientProtos.ScanResponse.Builder.addAllResults(Iterable<? extends ClientProtos.Result> values)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
Copyright © 2007–2019 Cloudera. All rights reserved.