Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutation
-
Packages that use RowMutation Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models com.google.cloud.bigtable.data.v2.stub -
-
Uses of RowMutation in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type RowMutation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RowMutation,Void>
BigtableDataClient. mutateRowCallable()
Mutates a single row atomically.Methods in com.google.cloud.bigtable.data.v2 with parameters of type RowMutation Modifier and Type Method Description void
BigtableDataClient. mutateRow(RowMutation rowMutation)
Convenience method to synchronously mutate a single row atomically.com.google.api.core.ApiFuture<Void>
BigtableDataClient. mutateRowAsync(RowMutation rowMutation)
Convenience method to asynchronously mutate a single row atomically. -
Uses of RowMutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return RowMutation Modifier and Type Method Description static RowMutation
RowMutation. create(String tableId, com.google.protobuf.ByteString key)
Creates a new instance of the mutation builder.static RowMutation
RowMutation. create(String tableId, com.google.protobuf.ByteString key, Mutation mutation)
Creates new instance of mutation builder by wrapping existing set of row mutations.static RowMutation
RowMutation. create(String tableId, String key)
Creates a new instance of the mutation builder.static RowMutation
RowMutation. create(String tableId, String key, Mutation mutation)
Creates new instance of mutation builder by wrapping existing set of row mutations.RowMutation
RowMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier)
RowMutation
RowMutation. deleteCells(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange)
RowMutation
RowMutation. deleteCells(String familyName, String qualifier)
RowMutation
RowMutation. deleteFamily(String familyName)
RowMutation
RowMutation. deleteRow()
static RowMutation
RowMutation. fromProto(MutateRowRequest request)
Wraps the protobufMutateRowRequest
.RowMutation
RowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long value)
RowMutation
RowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value)
RowMutation
RowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value)
RowMutation
RowMutation. setCell(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value)
RowMutation
RowMutation. setCell(String familyName, String qualifier, long value)
RowMutation
RowMutation. setCell(String familyName, String qualifier, long timestamp, long value)
RowMutation
RowMutation. setCell(String familyName, String qualifier, long timestamp, String value)
RowMutation
RowMutation. setCell(String familyName, String qualifier, String value)
RowMutation
ChangeStreamMutation. toRowMutation(String tableId)
-
Uses of RowMutation in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type RowMutation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallSettings.Builder<RowMutation,Void>
EnhancedBigtableStubSettings.Builder. mutateRowSettings()
Returns the builder for the settings used for calls to MutateRow.com.google.api.gax.rpc.UnaryCallSettings<RowMutation,Void>
EnhancedBigtableStubSettings. mutateRowSettings()
Returns the object with the settings used for calls to MutateRow.
-