public class HBaseDeleteHandler extends Object implements HBaseRemoveHandler
| Constructor and Description |
|---|
HBaseDeleteHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(org.apache.hadoop.hbase.client.HTableInterface table,
byte[] row)
Performs a
Delete of the specified row. |
public void remove(org.apache.hadoop.hbase.client.HTableInterface table,
byte[] row)
Delete of the specified row.remove in interface HBaseRemoveHandlerApache Camel