Uses of Class
com.google.cloud.bigtable.data.v2.models.BulkMutation
-
Packages that use BulkMutation Package Description com.google.cloud.bigtable.data.v2 A client for the Cloud Bigtable data API.com.google.cloud.bigtable.data.v2.models -
-
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 BulkMutation Modifier and Type Method Description com.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 BulkMutation Modifier and Type Method Description voidBigtableDataClient. 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 BulkMutation Modifier and Type Method Description BulkMutationBulkMutation. add(RowMutationEntry entry)Add mutation for a particular row.BulkMutationBulkMutation. add(com.google.protobuf.ByteString rowKey, Mutation mutation)Add mutation for a particular row.BulkMutationBulkMutation. add(String rowKey, Mutation mutation)Add mutation for a particular row.BulkMutationBulkMutation. clone()Creates a copy ofBulkMutation.static BulkMutationBulkMutation. create(String tableId)static BulkMutationBulkMutation. fromProto(MutateRowsRequest request)Wraps the protobufMutateRowsRequest.
-