Uses of Class
org.apache.hadoop.hbase.io.BatchUpdate

Packages that use BatchUpdate
org.apache.hadoop.hbase   
 

Uses of BatchUpdate in org.apache.hadoop.hbase
 

Fields in org.apache.hadoop.hbase with type parameters of type BatchUpdate
protected  AtomicReference<BatchUpdate> HTable.batch
           
 

Methods in org.apache.hadoop.hbase with parameters of type BatchUpdate
 void HRegion.batchUpdate(long timestamp, BatchUpdate b)
           
 void HRegionServer.batchUpdate(org.apache.hadoop.io.Text regionName, BatchUpdate b)
          Used by master so it can add an update with the current time of this server rather than current time on master Applies a batch of updates via one RPC
 void HRegionInterface.batchUpdate(org.apache.hadoop.io.Text regionName, BatchUpdate b)
          Applies a batch of updates via one RPC
 void HRegionServer.batchUpdate(org.apache.hadoop.io.Text regionName, long timestamp, BatchUpdate b)
          Applies a batch of updates via one RPC
 void HRegionInterface.batchUpdate(org.apache.hadoop.io.Text regionName, long timestamp, BatchUpdate b)
          Applies a batch of updates via one RPC
 



Copyright © 2008 The Apache Software Foundation