RowMutationsAdapter (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.hbase.adapters

Class RowMutationsAdapter

    • Constructor Detail

    • Method Detail

      • adapt

        public void adapt(RowMutations operation,
                          com.google.cloud.bigtable.data.v2.models.MutationApi<?> mutationApi)
        Converts an HBase Row which represents a set of changes to a single row from an HBase perspective to a Google Cloud Java MutationApi which represent the set of changes.
        Specified by:
        adapt in interface OperationAdapter<RowMutations,com.google.cloud.bigtable.data.v2.models.MutationApi<?>>
        Specified by:
        adapt in class MutationAdapter<RowMutations>
        Parameters:
        operation - The HBase Row to convert
        mutationApi - The model MutationApi