|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BatchUpdate | |
---|---|
org.apache.hadoop.hbase.client | Provides HBase Client |
org.apache.hadoop.hbase.io | |
org.apache.hadoop.hbase.mapred | Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility |
Uses of BatchUpdate in org.apache.hadoop.hbase.client |
---|
Methods in org.apache.hadoop.hbase.client with parameters of type BatchUpdate | |
---|---|
boolean |
HTable.checkAndSave(BatchUpdate batchUpdate,
HbaseMapWritable<byte[],byte[]> expectedValues,
RowLock rl)
Deprecated. As of hbase 0.20.0, replaced by HTable.checkAndPut(byte[], byte[], byte[], byte[], org.apache.hadoop.hbase.client.Put) |
void |
HTable.commit(BatchUpdate batchUpdate)
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or
HTable.put(Put) |
void |
HTable.commit(BatchUpdate batchUpdate,
RowLock rl)
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or
HTable.put(Put) |
Method parameters in org.apache.hadoop.hbase.client with type arguments of type BatchUpdate | |
---|---|
void |
HTable.commit(List<BatchUpdate> batchUpdates)
Deprecated. As of hbase 0.20.0, replaced by HTable.delete(Delete) or
HTable.put(List) |
Uses of BatchUpdate in org.apache.hadoop.hbase.io |
---|
Methods in org.apache.hadoop.hbase.io with parameters of type BatchUpdate | |
---|---|
int |
BatchUpdate.compareTo(BatchUpdate o)
Deprecated. |
Constructors in org.apache.hadoop.hbase.io with parameters of type BatchUpdate | |
---|---|
BatchUpdate(BatchUpdate buToCopy)
Deprecated. Recopy constructor |
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)
Deprecated. 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)
Deprecated. No aggregation, output pairs of (key, record) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |