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

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

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

Methods in org.apache.hadoop.hbase.ipc that return MultiResponse
<R> MultiResponse
HRegionInterface.multi(MultiAction<R> multi)
          Method used for doing multiple actions(Deletes, Gets and Puts) in one call
 

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

Methods in org.apache.hadoop.hbase.regionserver that return MultiResponse
<R> MultiResponse
HRegionServer.multi(MultiAction<R> multi)
           
 



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