Uses of Class
com.google.cloud.bigtable.data.v2.models.BulkMutation
Packages that use BulkMutation
Package
Description
A client for the Cloud Bigtable data API.
-
Uses of BulkMutation in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return types with arguments of type BulkMutationModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<BulkMutation,Void> BigtableDataClient.bulkMutationCallable()Mutates multiple rows in a batch.Methods in com.google.cloud.bigtable.data.v2 with parameters of type BulkMutationModifier and TypeMethodDescriptionvoidBigtableDataClient.bulkMutateRows(BulkMutation mutation) Convenience method to mutate multiple rows in a batch.com.google.api.core.ApiFuture<Void>BigtableDataClient.bulkMutateRowsAsync(BulkMutation mutation) Convenience method to mutate multiple rows in a batch. -
Uses of BulkMutation in com.google.cloud.bigtable.data.v2.models
Methods in com.google.cloud.bigtable.data.v2.models that return BulkMutationModifier and TypeMethodDescriptionBulkMutation.add(RowMutationEntry entry) Add mutation for a particular row.Add mutation for a particular row.Add mutation for a particular row.BulkMutation.clone()Creates a copy ofBulkMutation.static BulkMutationstatic BulkMutationBulkMutation.fromProto(MutateRowsRequest request) Wraps the protobufMutateRowsRequest.