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

Packages that use BatchUpdate
org.apache.hadoop.hbase.client   
org.apache.hadoop.hbase.client.transactional This package provides support for atomic transactions. 
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.regionserver.transactional   
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.
 void HTable.commit(BatchUpdate batchUpdate, RowLock rl)
          Commit a BatchUpdate to the table using existing row lock.
 

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.client.transactional
 

Methods in org.apache.hadoop.hbase.client.transactional with parameters of type BatchUpdate
 void TransactionalTable.commit(TransactionState transactionState, BatchUpdate batchUpdate)
          Commit a BatchUpdate 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, long lockId)
          Applies a batch of updates via one RPC
 void TransactionalRegionInterface.batchUpdate(long transactionId, 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 HRegion.batchUpdate(BatchUpdate b, boolean writeToWAL)
           
 void HRegion.batchUpdate(BatchUpdate b, Integer lockid)
           
 void HRegion.batchUpdate(BatchUpdate b, Integer lockid, boolean writeToWAL)
           
 void HRegionServer.batchUpdate(byte[] regionName, BatchUpdate b, long lockId)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver.transactional with parameters of type BatchUpdate
 void TransactionalRegionServer.batchUpdate(long transactionId, byte[] regionName, BatchUpdate b)
           
 

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