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