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

Packages that use BatchUpdate
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.ipc   
org.apache.hadoop.hbase.mapred Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.util.migration.v5 Package of classes used instantiating objects written with pre-version 5 versions of HBase. 
 

Uses of BatchUpdate in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type BatchUpdate
 void HTable.commit(BatchUpdate batchUpdate)
          Commit a BatchUpdate to the table.
 

Method parameters in org.apache.hadoop.hbase.client with type arguments of type BatchUpdate
 void HTable.commit(List<BatchUpdate> batchUpdates)
          Commit a RowsBatchUpdate to the table.
 

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

Methods in org.apache.hadoop.hbase.ipc with parameters of type BatchUpdate
 void HRegionInterface.batchUpdate(byte[] regionName, BatchUpdate b)
          Applies a batch of updates via one RPC
 

Uses of BatchUpdate in org.apache.hadoop.hbase.mapred
 

Methods in org.apache.hadoop.hbase.mapred with parameters of type BatchUpdate
 void TableOutputFormat.TableRecordWriter.write(ImmutableBytesWritable key, BatchUpdate value)
          
 

Method parameters in org.apache.hadoop.hbase.mapred with type arguments of type BatchUpdate
 void IdentityTableReduce.reduce(ImmutableBytesWritable key, Iterator<BatchUpdate> values, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,BatchUpdate> output, org.apache.hadoop.mapred.Reporter reporter)
          No aggregation, output pairs of (key, record)
 void IdentityTableReduce.reduce(ImmutableBytesWritable key, Iterator<BatchUpdate> values, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,BatchUpdate> output, org.apache.hadoop.mapred.Reporter reporter)
          No aggregation, output pairs of (key, record)
abstract  void TableReduce.reduce(K key, Iterator<V> values, org.apache.hadoop.mapred.OutputCollector<ImmutableBytesWritable,BatchUpdate> output, org.apache.hadoop.mapred.Reporter reporter)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type BatchUpdate
 void HRegion.batchUpdate(BatchUpdate b)
           
 void HRegionServer.batchUpdate(byte[] regionName, BatchUpdate b)
          Applies a batch of updates via one RPC
 

Uses of BatchUpdate in org.apache.hadoop.hbase.util.migration.v5
 

Methods in org.apache.hadoop.hbase.util.migration.v5 with parameters of type BatchUpdate
 void HRegion.batchUpdate(BatchUpdate b)
           
 



Copyright © 2008 The Apache Software Foundation