|
||||||||||
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<BatchMutation> |
Hbase.mutateRowsTs_args.rowBatches
|
Methods in org.apache.hadoop.hbase.thrift.generated with parameters of type BatchMutation | |
---|---|
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)
|
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 |