|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mutation | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.protobuf | Holds classes generated from protobuf
src/main/protobuf definition files. |
Uses of Mutation in org.apache.hadoop.hbase.client |
---|
Subclasses of Mutation in org.apache.hadoop.hbase.client | |
---|---|
class |
Append
Performs Append operations on a single row. |
class |
Delete
Used to perform Delete operations on a single row. |
class |
Increment
Used to perform Increment operations on a single row. |
class |
Put
Used to perform Put operations for a single row. |
Methods in org.apache.hadoop.hbase.client that return types with arguments of type Mutation | |
---|---|
List<Mutation> |
RowMutations.getMutations()
|
Uses of Mutation in org.apache.hadoop.hbase.protobuf |
---|
Methods in org.apache.hadoop.hbase.protobuf that return Mutation | |
---|---|
static Mutation |
ProtobufUtil.toMutation(ClientProtos.MutationProto proto)
Convert a MutateRequest to Mutation |
Methods in org.apache.hadoop.hbase.protobuf with parameters of type Mutation | |
---|---|
static ClientProtos.MutationProto |
ProtobufUtil.toMutation(ClientProtos.MutationProto.MutationType type,
Mutation mutation)
Create a protocol buffer Mutate based on a client Mutation |
static ClientProtos.MutationProto |
ProtobufUtil.toMutationNoData(ClientProtos.MutationProto.MutationType type,
Mutation mutation)
Create a protocol buffer MutationProto based on a client Mutation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |