Package org.apache.camel.component.hbase
Interface HBaseRemoveHandler
- All Known Implementing Classes:
HBaseDeleteHandler
public interface HBaseRemoveHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
remove
(org.apache.hadoop.hbase.client.Table table, byte[] row) 'Removes' a row from the table.
-
Method Details
-
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.
-