Uses of Class
com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of ConditionalRowMutation in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ConditionalRowMutation,
Boolean> BigtableDataClient.checkAndMutateRowCallable()
Mutates a row atomically based on the output of a filter.Modifier and TypeMethodDescriptionBigtableDataClient.checkAndMutateRow
(ConditionalRowMutation mutation) Convenience method to synchronously mutate a row atomically based on the output of a filter.com.google.api.core.ApiFuture<Boolean>
BigtableDataClient.checkAndMutateRowAsync
(ConditionalRowMutation mutation) Convenience method to asynchronously mutate a row atomically based on the output of a filter. -
Uses of ConditionalRowMutation in com.google.cloud.bigtable.data.v2.models
Modifier and TypeMethodDescriptionConditionalRowMutation.condition
(Filters.Filter condition) The filter to be applied to the contents of the specified row.static ConditionalRowMutation
Creates a new instance of the mutation builder.static ConditionalRowMutation
Creates a new instance of the mutation builder.static ConditionalRowMutation
ConditionalRowMutation.fromProto
(com.google.bigtable.v2.CheckAndMutateRowRequest request) Wraps the protobufCheckAndMutateRowRequest
.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. -
Uses of ConditionalRowMutation in com.google.cloud.bigtable.data.v2.stub
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallSettings.Builder<ConditionalRowMutation,
Boolean> EnhancedBigtableStubSettings.Builder.checkAndMutateRowSettings()
Returns the builder for the settings used for calls to CheckAndMutateRow.com.google.api.gax.rpc.UnaryCallSettings<ConditionalRowMutation,
Boolean> EnhancedBigtableStubSettings.checkAndMutateRowSettings()
Returns the object with the settings used for calls to CheckAndMutateRow.