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.MultiRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
RowMutations rowMutations)
Create a protocol buffer MutateRequest for conditioned row mutations
|
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.MultiRequest> |
ClientProtos.MultiRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MultiRequest |
ClientProtos.MultiRequest.Builder.build() |
ClientProtos.MultiRequest |
ClientProtos.MultiRequest.Builder.buildPartial() |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.getDefaultInstance() |
ClientProtos.MultiRequest |
ClientProtos.MultiRequest.getDefaultInstanceForType() |
ClientProtos.MultiRequest |
ClientProtos.MultiRequest.Builder.getDefaultInstanceForType() |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseDelimitedFrom(InputStream input) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(byte[] data) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(InputStream input) |
static ClientProtos.MultiRequest |
ClientProtos.MultiRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.MultiRequest> |
ClientProtos.MultiRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.Builder.mergeFrom(ClientProtos.MultiRequest other) |
ClientProtos.MultiResponse |
ClientProtos.ClientService.BlockingInterface.multi(com.google.protobuf.RpcController controller,
ClientProtos.MultiRequest request) |
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) |
static ClientProtos.MultiRequest.Builder |
ClientProtos.MultiRequest.newBuilder(ClientProtos.MultiRequest prototype) |
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.