org.apache.camel.component.hbase
Class HBaseDeleteHandler

java.lang.Object
  extended by org.apache.camel.component.hbase.HBaseDeleteHandler
All Implemented Interfaces:
HBaseRemoveHandler

public class HBaseDeleteHandler
extends Object
implements HBaseRemoveHandler


Constructor Summary
HBaseDeleteHandler()
           
 
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
 

Constructor Detail

HBaseDeleteHandler

public HBaseDeleteHandler()
Method Detail

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