| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.shaded.protobuf | |
| 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 | Method and Description |
|---|---|
static ClientProtos.GetRequest |
RequestConverter.buildGetRequest(byte[] regionName,
Get get)
Create a protocol buffer GetRequest for a client Get
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.GetRequest> |
ClientProtos.GetRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.GetRequest |
ClientProtos.GetRequest.Builder.build() |
ClientProtos.GetRequest |
ClientProtos.GetRequest.Builder.buildPartial() |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.getDefaultInstance() |
ClientProtos.GetRequest |
ClientProtos.GetRequest.getDefaultInstanceForType() |
ClientProtos.GetRequest |
ClientProtos.GetRequest.Builder.getDefaultInstanceForType() |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseDelimitedFrom(InputStream input) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(byte[] data) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(ByteBuffer data) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(InputStream input) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.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.GetRequest> |
ClientProtos.GetRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.GetRequest> |
ClientProtos.GetRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.GetResponse |
ClientProtos.ClientService.BlockingInterface.get(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request) |
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) |
ClientProtos.GetRequest.Builder |
ClientProtos.GetRequest.Builder.mergeFrom(ClientProtos.GetRequest other) |
static ClientProtos.GetRequest.Builder |
ClientProtos.GetRequest.newBuilder(ClientProtos.GetRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.