org.apache.camel.component.hbase
Interface HBaseRemoveHandler

All Known Implementing Classes:
HBaseDeleteHandler

public interface HBaseRemoveHandler


Method Summary
 void remove(org.apache.hadoop.hbase.client.HTableInterface table, byte[] row)
          'Removes' a row from the table.
 

Method Detail

remove

void remove(org.apache.hadoop.hbase.client.HTableInterface 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.

Parameters:
table -
row -


Apache CAMEL