Class RowMutationEntry

java.lang.Object
com.google.cloud.bigtable.data.v2.models.RowMutationEntry
All Implemented Interfaces:
MutationApi<RowMutationEntry>, Serializable

public class RowMutationEntry extends Object implements MutationApi<RowMutationEntry>, Serializable
Represents a list of mutations targeted at a single row. It is meant to be used as an parameter for BigtableDataClient.newBulkMutationBatcher(String).

Note: The changes in the mutation will be applied atomically but the ordering between different RowMutationEntry instances is not guaranteed.

See Also: