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(ByteBuffer tableName, List<BatchMutation> rowBatches)
           
 void ThriftServer.HBaseHandler.mutateRowsTs(ByteBuffer tableName, List<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
 List<BatchMutation> Hbase.mutateRows_args.rowBatches
          list of row batches
 List<BatchMutation> Hbase.mutateRowsTs_args.rowBatches
          list of row batches
 

Methods in org.apache.hadoop.hbase.thrift.generated that return BatchMutation
 BatchMutation BatchMutation.deepCopy()
           
 BatchMutation BatchMutation.setMutations(List<Mutation> mutations)
           
 BatchMutation BatchMutation.setRow(byte[] row)
           
 BatchMutation BatchMutation.setRow(ByteBuffer row)
           
 

Methods in org.apache.hadoop.hbase.thrift.generated that return types with arguments of type BatchMutation
 List<BatchMutation> Hbase.mutateRows_args.getRowBatches()
          list of row batches
 List<BatchMutation> Hbase.mutateRowsTs_args.getRowBatches()
          list of row batches
 Iterator<BatchMutation> Hbase.mutateRows_args.getRowBatchesIterator()
           
 Iterator<BatchMutation> Hbase.mutateRowsTs_args.getRowBatchesIterator()
           
 

Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type BatchMutation
 void Hbase.mutateRows_args.addToRowBatches(BatchMutation elem)
           
 void Hbase.mutateRowsTs_args.addToRowBatches(BatchMutation elem)
           
 int BatchMutation.compareTo(BatchMutation other)
           
 boolean BatchMutation.equals(BatchMutation that)
           
 

Method parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type BatchMutation
 void Hbase.Iface.mutateRows(ByteBuffer tableName, List<BatchMutation> rowBatches)
          Apply a series of batches (each a series of mutations on a single row) in a single transaction.
 void Hbase.Client.mutateRows(ByteBuffer tableName, List<BatchMutation> rowBatches)
           
 void Hbase.AsyncIface.mutateRows(ByteBuffer tableName, List<BatchMutation> rowBatches, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRows_call> resultHandler)
           
 void Hbase.AsyncClient.mutateRows(ByteBuffer tableName, List<BatchMutation> rowBatches, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRows_call> resultHandler)
           
 void Hbase.Iface.mutateRowsTs(ByteBuffer tableName, List<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(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp)
           
 void Hbase.AsyncIface.mutateRowsTs(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowsTs_call> resultHandler)
           
 void Hbase.AsyncClient.mutateRowsTs(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowsTs_call> resultHandler)
           
 void Hbase.Client.send_mutateRows(ByteBuffer tableName, List<BatchMutation> rowBatches)
           
 void Hbase.Client.send_mutateRowsTs(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp)
           
 Hbase.mutateRows_args Hbase.mutateRows_args.setRowBatches(List<BatchMutation> rowBatches)
          list of row batches
 Hbase.mutateRowsTs_args Hbase.mutateRowsTs_args.setRowBatches(List<BatchMutation> rowBatches)
          list of row batches
 

Constructors in org.apache.hadoop.hbase.thrift.generated with parameters of type BatchMutation
BatchMutation(BatchMutation other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.hadoop.hbase.thrift.generated with type arguments of type BatchMutation
Hbase.AsyncClient.mutateRows_call(ByteBuffer tableName, List<BatchMutation> rowBatches, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRows_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Hbase.AsyncClient.mutateRowsTs_call(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp, org.apache.thrift.async.AsyncMethodCallback<Hbase.AsyncClient.mutateRowsTs_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
Hbase.mutateRows_args(ByteBuffer tableName, List<BatchMutation> rowBatches)
           
Hbase.mutateRowsTs_args(ByteBuffer tableName, List<BatchMutation> rowBatches, long timestamp)
           
 



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