OperationAdapter (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.hbase.adapters

Interface OperationAdapter<T extends Row,U>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void adapt(T operation, U u)
      Adapt a single HBase Operation to a single Bigtable generated message.
    • Method Detail

      • adapt

        void adapt(T operation,
                   U u)
        Adapt a single HBase Operation to a single Bigtable generated message.
        Parameters:
        operation - The HBase operation to convert.
        u - Type to which HBase operation will be mapped to. Typically it will be Google Cloud Java Bigtable Models.