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 MultiResponse |
ResponseConverter.getResults(ClientProtos.MultiRequest request,
ClientProtos.MultiResponse response,
CellScanner cells)
Get the results from a protocol buffer MultiResponse
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ClientProtos.MultiResponse> |
ClientProtos.MultiResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.build() |
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.buildPartial() |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.getDefaultInstance() |
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.getDefaultInstanceForType() |
ClientProtos.MultiResponse |
ClientProtos.MultiResponse.Builder.getDefaultInstanceForType() |
ClientProtos.MultiResponse |
ClientProtos.ClientService.BlockingInterface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(byte[] data) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(InputStream input) |
static ClientProtos.MultiResponse |
ClientProtos.MultiResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.MultiResponse> |
ClientProtos.MultiResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.Builder.mergeFrom(ClientProtos.MultiResponse other) |
static ClientProtos.MultiResponse.Builder |
ClientProtos.MultiResponse.newBuilder(ClientProtos.MultiResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ClientProtos.ClientService.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
void |
ClientProtos.ClientService.Interface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
rpc Multi(.MultiRequest) returns (.MultiResponse); |
void |
ClientProtos.ClientService.Stub.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done) |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MultiResponse |
RSRpcServices.multi(com.google.protobuf.RpcController rpcc,
ClientProtos.MultiRequest request)
Execute multiple actions on a table: get, mutate, and/or execCoprocessor
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.