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 void
BigtableDataClient. 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 BulkMutation
BulkMutation. add(RowMutationEntry entry)
Add mutation for a particular row.BulkMutation
BulkMutation. add(com.google.protobuf.ByteString rowKey, Mutation mutation)
Add mutation for a particular row.BulkMutation
BulkMutation. add(String rowKey, Mutation mutation)
Add mutation for a particular row.BulkMutation
BulkMutation. clone()
Creates a copy ofBulkMutation
.static BulkMutation
BulkMutation. create(String tableId)
static BulkMutation
BulkMutation. fromProto(MutateRowsRequest request)
Wraps the protobufMutateRowsRequest
.
-