org.apache.camel.component.hbase
Class HBaseDeleteHandler
java.lang.Object
org.apache.camel.component.hbase.HBaseDeleteHandler
- All Implemented Interfaces:
- HBaseRemoveHandler
public class HBaseDeleteHandler
- extends Object
- implements HBaseRemoveHandler
Method Summary |
void |
remove(org.apache.hadoop.hbase.client.HTableInterface table,
byte[] row)
Performs a Delete of the specified row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HBaseDeleteHandler
public HBaseDeleteHandler()
remove
public void remove(org.apache.hadoop.hbase.client.HTableInterface table,
byte[] row)
- Performs a
Delete
of the specified row.
- Specified by:
remove
in interface HBaseRemoveHandler
Apache CAMEL