Uses of Class
com.google.cloud.bigtable.data.v2.models.RowMutation
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of RowMutation in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<RowMutation,
Void> BigtableDataClient.mutateRowCallable()
Mutates a single row atomically.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionstatic RowMutation
Creates a new instance of the mutation builder.static RowMutation
Creates new instance of mutation builder by wrapping existing set of row mutations.static RowMutation
Creates a new instance of the mutation builder.static RowMutation
Creates new instance of mutation builder by wrapping existing set of row mutations.RowMutation.deleteCells
(String familyName, com.google.protobuf.ByteString qualifier) RowMutation.deleteCells
(String familyName, com.google.protobuf.ByteString qualifier, Range.TimestampRange timestampRange) RowMutation.deleteCells
(String familyName, String qualifier) RowMutation.deleteFamily
(String familyName) RowMutation.deleteRow()
static RowMutation
RowMutation.fromProto
(com.google.bigtable.v2.MutateRowRequest request) Wraps the protobufMutateRowRequest
.RowMutation.setCell
(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, long value) RowMutation.setCell
(String familyName, com.google.protobuf.ByteString qualifier, long timestamp, com.google.protobuf.ByteString value) RowMutation.setCell
(String familyName, com.google.protobuf.ByteString qualifier, com.google.protobuf.ByteString value) ChangeStreamMutation.toRowMutation
(String tableId) -
Uses of RowMutation in com.google.cloud.bigtable.data.v2.stub
Modifier and TypeMethodDescriptioncom.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.