Uses of Class
com.google.cloud.bigtable.data.v2.models.Mutation
-
Packages that use Mutation Package Description com.google.cloud.bigtable.data.v2.models -
-
Uses of Mutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return Mutation Modifier and Type Method Description static MutationMutation. create()Creates new instance of Mutation object.static MutationMutation. createUnsafe()Creates new instance of Mutation object which allows setCell operation to use server side timestamp.MutationMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier)MutationMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)MutationMutation. deleteCells(String familyName, String qualifier)MutationMutation. deleteFamily(String familyName)MutationMutation. deleteRow()static MutationMutation. fromProtoUnsafe(Iterable<Mutation> protos)Wraps the List of protobufMutation.static MutationMutation. fromProtoUnsafe(List<Mutation> protos)Wraps the List of protobufMutation.MutationMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long value)MutationMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value)MutationMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value)MutationMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value)MutationMutation. setCell(String familyName, String qualifier, long value)MutationMutation. setCell(String familyName, String qualifier, long timestamp, long value)MutationMutation. setCell(String familyName, String qualifier, long timestamp, String value)MutationMutation. setCell(String familyName, String qualifier, String value)Methods in com.google.cloud.bigtable.data.v2.models with parameters of type Mutation Modifier and Type Method Description BulkMutationBulkMutation. add(com.google.protobuf.ByteString rowKey, Mutation mutation)Add mutation for a particular row.BulkMutationBulkMutation. add(String rowKey, Mutation mutation)Add mutation for a particular row.static RowMutationRowMutation. create(String tableId, com.google.protobuf.ByteString key, Mutation mutation)Creates new instance of mutation builder by wrapping existing set of row mutations.static RowMutationRowMutation. create(String tableId, String key, Mutation mutation)Creates new instance of mutation builder by wrapping existing set of row mutations.static RowMutationEntryRowMutationEntry. createFromMutationUnsafe(com.google.protobuf.ByteString key, Mutation mutation)Creates a new instance from existing mutation.ConditionalRowMutationConditionalRowMutation. otherwise(Mutation mutation)Adds changes to be atomically applied to the specified row if the condition does not yields any cells when applied to the row.ConditionalRowMutationConditionalRowMutation. then(Mutation mutation)Adds changes to be atomically applied to the specified row if the condition yields at least one cell when applied to the row.
-