Package | Description |
---|---|
org.hbase.async.generated |
Modifier and Type | Method and Description |
---|---|
static ClientPB.Result |
ClientPB.Result.getDefaultInstance() |
ClientPB.Result |
ClientPB.GetResponseOrBuilder.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.GetResponse.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.GetResponse.Builder.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.MutateResponseOrBuilder.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.MutateResponse.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.MutateResponse.Builder.getResult()
optional .Result result = 1; |
ClientPB.Result |
ClientPB.ResultOrExceptionOrBuilder.getResult()
optional .Result result = 2; |
ClientPB.Result |
ClientPB.ResultOrException.getResult()
optional .Result result = 2; |
ClientPB.Result |
ClientPB.ResultOrException.Builder.getResult()
optional .Result result = 2; |
ClientPB.Result |
ClientPB.ScanResponseOrBuilder.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.Result |
ClientPB.ScanResponse.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.Result |
ClientPB.ScanResponse.Builder.getResults(int index)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
static ClientPB.Result |
ClientPB.Result.parseDelimitedFrom(InputStream input) |
static ClientPB.Result |
ClientPB.Result.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
ClientPB.Result.parseFrom(byte[] data) |
static ClientPB.Result |
ClientPB.Result.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
ClientPB.Result.parseFrom(ByteBuffer data) |
static ClientPB.Result |
ClientPB.Result.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
ClientPB.Result.parseFrom(com.google.protobuf.ByteString data) |
static ClientPB.Result |
ClientPB.Result.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
ClientPB.Result.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientPB.Result |
ClientPB.Result.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientPB.Result |
ClientPB.Result.parseFrom(InputStream input) |
static ClientPB.Result |
ClientPB.Result.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<ClientPB.Result> |
ClientPB.ScanResponseOrBuilder.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientPB.Result> |
ClientPB.ScanResponse.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
List<ClientPB.Result> |
ClientPB.ScanResponse.Builder.getResultsList()
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
static com.google.protobuf.Parser<ClientPB.Result> |
ClientPB.Result.parser() |
Modifier and Type | Method and Description |
---|---|
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 value)
If cells are not carried in an accompanying cellblock, then they are pb'd here.
|
ClientPB.GetResponse.Builder |
ClientPB.GetResponse.Builder.mergeResult(ClientPB.Result value)
optional .Result result = 1; |
ClientPB.MutateResponse.Builder |
ClientPB.MutateResponse.Builder.mergeResult(ClientPB.Result value)
optional .Result result = 1; |
ClientPB.ResultOrException.Builder |
ClientPB.ResultOrException.Builder.mergeResult(ClientPB.Result value)
optional .Result result = 2; |
static ClientPB.Result.Builder |
ClientPB.Result.newBuilder(ClientPB.Result prototype) |
ClientPB.GetResponse.Builder |
ClientPB.GetResponse.Builder.setResult(ClientPB.Result value)
optional .Result result = 1; |
ClientPB.MutateResponse.Builder |
ClientPB.MutateResponse.Builder.setResult(ClientPB.Result value)
optional .Result result = 1; |
ClientPB.ResultOrException.Builder |
ClientPB.ResultOrException.Builder.setResult(ClientPB.Result value)
optional .Result result = 2; |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.