Uses of Class
org.apache.hadoop.hbase.thrift.generated.BatchMutation

Packages that use BatchMutation
org.apache.hadoop.hbase.thrift Provides an HBase Thrift service. 
org.apache.hadoop.hbase.thrift.generated   
 

Uses of BatchMutation in org.apache.hadoop.hbase.thrift
 

Method parameters in org.apache.hadoop.hbase.thrift with type arguments of type BatchMutation
 void ThriftServer.HBaseHandler.mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches)
           
 void ThriftServer.HBaseHandler.mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
           
 

Uses of BatchMutation in org.apache.hadoop.hbase.thrift.generated
 

Fields in org.apache.hadoop.hbase.thrift.generated with type parameters of type BatchMutation
 ArrayList<BatchMutation> Hbase.mutateRows_args.rowBatches
           
 ArrayList<BatchMutation> Hbase.mutateRowsTs_args.rowBatches
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type BatchMutation
 void Hbase.Iface.mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches)
          Apply a series of batches (each a series of mutations on a single row) in a single transaction.
 void Hbase.Client.mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches)
           
 void Hbase.Iface.mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
          Apply a series of batches (each a series of mutations on a single row) in a single transaction.
 void Hbase.Client.mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
           
 void Hbase.Client.send_mutateRows(byte[] tableName, ArrayList<BatchMutation> rowBatches)
           
 void Hbase.Client.send_mutateRowsTs(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
           
 

Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type BatchMutation
Hbase.mutateRows_args(byte[] tableName, ArrayList<BatchMutation> rowBatches)
           
Hbase.mutateRowsTs_args(byte[] tableName, ArrayList<BatchMutation> rowBatches, long timestamp)
           
 



Copyright © 2008 The Apache Software Foundation