| 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 ClientProtos.MutateRequest |
RequestConverter.buildIncrementRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
long amount,
Durability durability,
long nonceGroup,
long nonce)
Create a protocol buffer MutateRequest for a client increment
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Append append,
long nonceGroup,
long nonce)
Create a protocol buffer MutateRequest for an append
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Delete delete)
Create a protocol buffer MutateRequest for a conditioned delete
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Mutation mutation,
ClientProtos.MutationProto.MutationType type) |
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
byte[] row,
byte[] family,
byte[] qualifier,
ByteArrayComparable comparator,
HBaseProtos.CompareType compareType,
TimeRange timeRange,
Put put)
Create a protocol buffer MutateRequest for a conditioned put
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Delete delete)
Create a protocol buffer MutateRequest for a delete
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Increment increment,
long nonceGroup,
long nonce)
Create a protocol buffer MutateRequest for a client increment
|
static ClientProtos.MutateRequest |
RequestConverter.buildMutateRequest(byte[] regionName,
Put put)
Create a protocol buffer MutateRequest for a put
|
| 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.MutateRequest> |
ClientProtos.MutateRequest.PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutateRequest |
ClientProtos.MutateRequest.Builder.build() |
ClientProtos.MutateRequest |
ClientProtos.MutateRequest.Builder.buildPartial() |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.getDefaultInstance() |
ClientProtos.MutateRequest |
ClientProtos.MutateRequest.getDefaultInstanceForType() |
ClientProtos.MutateRequest |
ClientProtos.MutateRequest.Builder.getDefaultInstanceForType() |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseDelimitedFrom(InputStream input) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(byte[] data) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(ByteBuffer data) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.parseFrom(InputStream input) |
static ClientProtos.MutateRequest |
ClientProtos.MutateRequest.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.MutateRequest> |
ClientProtos.MutateRequest.getParserForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<ClientProtos.MutateRequest> |
ClientProtos.MutateRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
ClientProtos.MutateRequest.Builder |
ClientProtos.MutateRequest.Builder.mergeFrom(ClientProtos.MutateRequest other) |
ClientProtos.MutateResponse |
ClientProtos.ClientService.BlockingInterface.mutate(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request) |
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) |
static ClientProtos.MutateRequest.Builder |
ClientProtos.MutateRequest.newBuilder(ClientProtos.MutateRequest prototype) |
Copyright © 2007–2019 Cloudera. All rights reserved.