Uses of Class
com.google.cloud.spanner.MutationGroup
Packages that use MutationGroup
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of MutationGroup in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return MutationGroupModifier and TypeMethodDescriptionstatic MutationGroupCreates aMutationGroupgiven a vararg of mutations.static MutationGroupCreates aMutationGroupgiven an iterable of mutations.Method parameters in com.google.cloud.spanner with type arguments of type MutationGroupModifier and TypeMethodDescriptioncom.google.api.gax.rpc.ServerStream<BatchWriteResponse>DatabaseClient.batchWriteAtLeastOnce(Iterable<MutationGroup> mutationGroups, Options.TransactionOption... options) Applies batch of mutation groups in a collection of efficient transactions.