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.MutateResponse> |
ClientProtos.MutateResponse.PARSER |
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(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(byte[] data) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(InputStream input) |
static ClientProtos.MutateResponse |
ClientProtos.MutateResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ClientProtos.MutateResponse> |
ClientProtos.MutateResponse.getParserForType() |
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(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse); |
void |
ClientProtos.ClientService.Interface.mutate(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
rpc Mutate(.MutateRequest) returns (.MutateResponse); |
void |
ClientProtos.ClientService.Stub.mutate(com.google.protobuf.RpcController controller,
ClientProtos.MutateRequest request,
com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done) |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MutateResponse |
RSRpcServices.mutate(com.google.protobuf.RpcController rpcc,
ClientProtos.MutateRequest request)
Mutate data in a table.
|
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.