Package | Description |
---|---|
org.apache.hadoop.hbase.protobuf.generated | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.GetResponse> |
ClientProtos.GetResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.GetResponse |
ClientProtos.GetResponse.Builder.build() |
ClientProtos.GetResponse |
ClientProtos.GetResponse.Builder.buildPartial() |
ClientProtos.GetResponse |
ClientProtos.ClientService.BlockingInterface.get(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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(byte[] data) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(InputStream input) |
static ClientProtos.GetResponse |
ClientProtos.GetResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.GetResponse> |
ClientProtos.GetResponse.getParserForType() |
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(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) |
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.