Uses of Class
org.apache.hadoop.hbase.client.MultiAction

Packages that use MultiAction
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

Uses of MultiAction in org.apache.hadoop.hbase.ipc
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type MultiAction
 MultiResponse HRegionInterface.multi(MultiAction multi)
          Method used for doing multiple actions(Deletes, Gets and Puts) in one call
 

Uses of MultiAction in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver with parameters of type MultiAction
 MultiResponse HRegionServer.multi(MultiAction multi)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.