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
<R> MultiResponse
HRegionInterface.multi(MultiAction<R> 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
<R> MultiResponse
HRegionServer.multi(MultiAction<R> multi)
           
 



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