Interface HBaseRemoveHandler

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void remove​(org.apache.hadoop.hbase.client.Table table, byte[] row)
      'Removes' a row from the table.
    • Method Detail

      • remove

        void remove​(org.apache.hadoop.hbase.client.Table table,
                    byte[] row)
        'Removes' a row from the table. The removal is not necessarily physical remove. The implementation decides how a row can be considered as removed.