| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
protected ClientProtos.GetResponse |
ClientServiceCallable.doGet(ClientProtos.GetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.GetResponse |
RSRpcServices.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request)
Get data from a table.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.GetResponse> |
ClientProtos.GetResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.GetResponse |
ClientProtos.GetResponse.Builder.build() |
ClientProtos.GetResponse |
ClientProtos.GetResponse.Builder.buildPartial() |
ClientProtos.GetResponse |
ClientProtos.ClientService.BlockingInterface.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.getDefaultInstance() |
ClientProtos.GetResponse |
ClientProtos.GetResponse.getDefaultInstanceForType() |
ClientProtos.GetResponse |
ClientProtos.GetResponse.Builder.getDefaultInstanceForType() |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(byte[] data) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(ByteBuffer data) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(InputStream input) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.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.GetResponse> |
ClientProtos.GetResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.GetResponse> |
ClientProtos.GetResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.GetResponse.Builder |
ClientProtos.GetResponse.Builder.mergeFrom(ClientProtos.GetResponse other) |
static ClientProtos.GetResponse.Builder |
ClientProtos.GetResponse.newBuilder(ClientProtos.GetResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ClientProtos.ClientService.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.hbase.pb.GetRequest) returns (.hbase.pb.GetResponse); |
void |
ClientProtos.ClientService.Interface.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.hbase.pb.GetRequest) returns (.hbase.pb.GetResponse); |
void |
ClientProtos.ClientService.Stub.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.