primary
public com.google.cloud.spanner.Mutation primary()
Serializable, Iterable<com.google.cloud.spanner.Mutation>One of the mutations is chosen to be "primary", and can be used to determine partitions.
List<com.google.cloud.spanner.Mutation> attached()static MutationGroupcreate(com.google.cloud.spanner.Mutation primary,
com.google.cloud.spanner.Mutation... other) static MutationGroupcreate(com.google.cloud.spanner.Mutation primary,
Iterable<com.google.cloud.spanner.Mutation> other) booleaninthashCode()Iterator<com.google.cloud.spanner.Mutation> iterator()com.google.cloud.spanner.Mutationprimary()longsize()toString()clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorprimary - a primary mutation.other - other mutations, usually interleaved in parent.