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

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

public class InsertAction
extends Object
implements BatchAction


Constructor Summary
InsertAction(org.apache.hadoop.hbase.client.Put 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

InsertAction

public InsertAction(org.apache.hadoop.hbase.client.Put 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.