Uses of Class
com.google.cloud.bigtable.data.v2.models.Mutation
Packages that use Mutation
-
Uses of Mutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return MutationModifier and TypeMethodDescriptionstatic 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.Mutation.deleteCells(String familyName, com.google.protobuf.ByteString qualifier) Mutation.deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) Mutation.deleteCells(String familyName, String qualifier) Mutation.deleteFamily(String familyName) Mutation.deleteRow()static MutationMutation.fromProtoUnsafe(Iterable<Mutation> protos) Wraps the List of protobufMutation.static MutationMutation.fromProtoUnsafe(List<Mutation> protos) Wraps the List of protobufMutation.Mutation.mergeToCell(String familyName, Value qualifier, Value timestamp, Value 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) Methods in com.google.cloud.bigtable.data.v2.models with parameters of type MutationModifier and TypeMethodDescriptionAdd mutation for a particular row.Add mutation for a particular row.static RowMutationCreates new instance of mutation builder for the given target with targetId by wrapping existing set of row mutations.static RowMutationCreates new instance of mutation builder for the given target with targetId by wrapping existing set of row mutations.static RowMutationDeprecated.static RowMutationDeprecated.Please useRowMutation.create(TargetId, String, Mutation)instead.static RowMutationEntryRowMutationEntry.createFromMutationUnsafe(com.google.protobuf.ByteString key, Mutation mutation) 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.
RowMutation.create(TargetId, ByteString, Mutation)instead.