Class MutationGroup

java.lang.Object
org.apache.beam.sdk.io.gcp.spanner.MutationGroup
All Implemented Interfaces:
Serializable, Iterable<Mutation>

public final class MutationGroup extends Object implements Serializable, Iterable<Mutation>
A bundle of mutations that must be submitted atomically.

One of the mutations is chosen to be "primary", and can be used to determine partitions.

See Also: