|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
List<BatchMutation> rowBatches)
|
void |
ThriftServer.HBaseHandler.mutateRowsTs(byte[] 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.clone()
Deprecated. |
BatchMutation |
BatchMutation.deepCopy()
|
BatchMutation |
BatchMutation.setMutations(List<Mutation> mutations)
|
BatchMutation |
BatchMutation.setRow(byte[] 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(byte[] 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(byte[] tableName,
List<BatchMutation> rowBatches)
|
void |
Hbase.Iface.mutateRowsTs(byte[] 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(byte[] tableName,
List<BatchMutation> rowBatches,
long timestamp)
|
void |
Hbase.Client.send_mutateRows(byte[] tableName,
List<BatchMutation> rowBatches)
|
void |
Hbase.Client.send_mutateRowsTs(byte[] 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.mutateRows_args(byte[] tableName,
List<BatchMutation> rowBatches)
|
|
Hbase.mutateRowsTs_args(byte[] tableName,
List<BatchMutation> rowBatches,
long timestamp)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |