Uses of Class
com.google.cloud.bigtable.data.v2.models.ConditionalRowMutation
-
Packages that use ConditionalRowMutation 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 ConditionalRowMutation in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type ConditionalRowMutation Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ConditionalRowMutation,Boolean>
BigtableDataClient. checkAndMutateRowCallable()
Mutates a row atomically based on the output of a filter.Methods in com.google.cloud.bigtable.data.v2 with parameters of type ConditionalRowMutation Modifier and Type Method Description Boolean
BigtableDataClient. 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
Methods in com.google.cloud.bigtable.data.v2.models that return ConditionalRowMutation Modifier and Type Method Description ConditionalRowMutation
ConditionalRowMutation. condition(Filters.Filter condition)
The filter to be applied to the contents of the specified row.static ConditionalRowMutation
ConditionalRowMutation. create(String tableId, com.google.protobuf.ByteString rowKey)
Creates a new instance of the mutation builder.static ConditionalRowMutation
ConditionalRowMutation. create(String tableId, String rowKey)
Creates a new instance of the mutation builder.static ConditionalRowMutation
ConditionalRowMutation. fromProto(CheckAndMutateRowRequest request)
Wraps the protobufCheckAndMutateRowRequest
.ConditionalRowMutation
ConditionalRowMutation. 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.ConditionalRowMutation
ConditionalRowMutation. 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. -
Uses of ConditionalRowMutation in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub that return types with arguments of type ConditionalRowMutation Modifier and Type Method Description com.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.
-