|
||||||||||
| 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 Mutation | |
|---|---|
Mutation |
Mutation.setTTL(long ttl)
Set the TTL desired for the result of the mutation, in milliseconds. |
| 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||