| 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.MutateResponse |
ClientServiceCallable.doMutate(ClientProtos.MutateRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutateResponse |
RSRpcServices.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController rpcc,
ClientProtos.MutateRequest request)
Mutate data in a table.
|
| Modifier and Type | Method and Description |
|---|---|
static SingleResponse |
ResponseConverter.getResult(ClientProtos.MutateRequest request,
ClientProtos.MutateResponse response,
CellScanner cells) |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.MutateResponse> |
ClientProtos.MutateResponse.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutateResponse |
ClientProtos.MutateResponse.Builder.build() |
ClientProtos.MutateResponse |
ClientProtos.MutateResponse.Builder.buildPartial() |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.getDefaultInstance() |
ClientProtos.MutateResponse |
ClientProtos.MutateResponse.getDefaultInstanceForType() |
ClientProtos.MutateResponse |
ClientProtos.MutateResponse.Builder.getDefaultInstanceForType() |
ClientProtos.MutateResponse |
ClientProtos.ClientService.BlockingInterface.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(byte[] data) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(ByteBuffer data) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(InputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.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.MutateResponse> |
ClientProtos.MutateResponse.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.MutateResponse> |
ClientProtos.MutateResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutateResponse.Builder |
ClientProtos.MutateResponse.Builder.mergeFrom(ClientProtos.MutateResponse other) |
static ClientProtos.MutateResponse.Builder |
ClientProtos.MutateResponse.newBuilder(ClientProtos.MutateResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ClientProtos.ClientService.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.hbase.pb.MutateRequest) returns (.hbase.pb.MutateResponse); |
void |
ClientProtos.ClientService.Interface.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.hbase.pb.MutateRequest) returns (.hbase.pb.MutateResponse); |
void |
ClientProtos.ClientService.Stub.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done) |
Copyright © 2007–2019 Cloudera. All rights reserved.