DeleteAdapter (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.hbase.adapters

Class DeleteAdapter

  • All Implemented Interfaces:
    OperationAdapter<Delete,com.google.cloud.bigtable.data.v2.models.MutationApi<?>>


    public class DeleteAdapter
    extends MutationAdapter<Delete>
    Adapt a single Delete operation to a Google Cloud Java MutationApi.
    Version:
    $Id: $Id
    Author:
    sduskis
    • Constructor Detail

      • DeleteAdapter

        public DeleteAdapter()
    • Method Detail

      • adapt

        public void adapt(Delete operation,
                          com.google.cloud.bigtable.data.v2.models.MutationApi<?> mutation)
        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<Delete,com.google.cloud.bigtable.data.v2.models.MutationApi<?>>
        Specified by:
        adapt in class MutationAdapter<Delete>
        Parameters:
        operation - The HBase Row to convert
        mutation - The model MutationApi