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 BulkMutationCreates a new instance of the bulk mutation builder for the given target with targetId.static BulkMutationDeprecated.static BulkMutationBulkMutation.fromProto(MutateRowsRequest request) Wraps the protobufMutateRowsRequest. -
Uses of BulkMutation in com.google.cloud.bigtable.data.v2.stub
Methods in com.google.cloud.bigtable.data.v2.stub with parameters of type BulkMutationModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Void>MutateRowsErrorConverterUnaryCallable.futureCall(BulkMutation request, com.google.api.gax.rpc.ApiCallContext context) Constructor parameters in com.google.cloud.bigtable.data.v2.stub with type arguments of type BulkMutationModifierConstructorDescriptionMutateRowsErrorConverterUnaryCallable(com.google.api.gax.rpc.UnaryCallable<BulkMutation, com.google.cloud.bigtable.data.v2.stub.mutaterows.MutateRowsAttemptResult> callable)
create(TargetId)instead.