org.apache.hadoop.hbase.hbql.impl
Class DeleteAction

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.impl.DeleteAction
All Implemented Interfaces:
BatchAction

public class DeleteAction
extends Object
implements BatchAction


Constructor Summary
DeleteAction(org.apache.hadoop.hbase.client.Delete actionValue)
           
 
Method Summary
 void apply(org.apache.hadoop.hbase.client.HTableInterface table)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteAction

public DeleteAction(org.apache.hadoop.hbase.client.Delete actionValue)
Method Detail

apply

public void apply(org.apache.hadoop.hbase.client.HTableInterface table)
           throws HBqlException
Specified by:
apply in interface BatchAction
Throws:
HBqlException

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.