Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf |
Holds classes generated from protobuf
src/main/protobuf definition files. |
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
static ClientProtos.GetRequest |
RequestConverter.buildGetRequest(byte[] regionName,
Get get)
Create a protocol buffer GetRequest for a client Get
|
static ClientProtos.GetRequest |
RequestConverter.buildGetRowOrBeforeRequest(byte[] regionName,
byte[] row,
byte[] family)
Create a new protocol buffer GetRequest to get a row, all columns in a family.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.GetRequest> |
ClientProtos.GetRequest.PARSER |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(byte[] data) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(InputStream input) |
static ClientProtos.GetRequest |
ClientProtos.GetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.GetRequest> |
ClientProtos.GetRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.GetResponse |
ClientProtos.ClientService.BlockingInterface.get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request) |
abstract void |
ClientProtos.ClientService.get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.GetRequest) returns (.GetResponse); |
void |
ClientProtos.ClientService.Interface.get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
rpc Get(.GetRequest) returns (.GetResponse); |
void |
ClientProtos.ClientService.Stub.get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request,
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) |
Modifier and Type | Method and Description |
---|---|
ClientProtos.GetResponse |
RSRpcServices.get(com.google.protobuf.RpcController controller,
ClientProtos.GetRequest request)
Get data from a table.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.