-
Creates new instance of Mutation object.
Creates new instance of Mutation object which allows setCell operation to use server side
timestamp.
Wraps the List of protobuf Mutation
.
Wraps the List of protobuf Mutation
.
Mutation.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long value)
Mutation.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
long value)
Mutation.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
long timestamp,
com.google.protobuf.ByteString value)
Mutation.setCell(String familyName,
com.google.protobuf.ByteString qualifier,
com.google.protobuf.ByteString value)
BulkMutation.add(com.google.protobuf.ByteString rowKey,
Mutation mutation)
Add mutation for a particular row.
Add mutation for a particular row.
Creates new instance of mutation builder by wrapping existing set of row mutations.
Creates new instance of mutation builder by wrapping existing set of row mutations.
Creates a new instance from existing mutation.
Adds changes to be atomically applied to the specified row if the condition does not yields any
cells when applied to the row.
Adds changes to be atomically applied to the specified row if the condition yields at least one
cell when applied to the row.