| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.mapred |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedMutator |
SharedConnection.getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
SharedConnection.getBufferedMutator(TableName tableName) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedMutatorImpl
Used to communicate with a single HBase table similar to
Table
but meant for batched, potentially asynchronous puts. |
| Modifier and Type | Method and Description |
|---|---|
BufferedMutator |
Connection.getBufferedMutator(BufferedMutatorParams params)
Retrieve a
BufferedMutator for performing client-side buffering of writes. |
BufferedMutator |
Connection.getBufferedMutator(TableName tableName)
Retrieve a
BufferedMutator for performing client-side buffering of writes. |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferedMutator.ExceptionListener.onException(RetriesExhaustedWithDetailsException exception,
BufferedMutator mutator) |
| Constructor and Description |
|---|
TableRecordWriter(BufferedMutator mutator)
Deprecated.
Please use
#TableRecordWriter(JobConf) This version does not clean up
connections and will leak connections (removed in 2.0) |
Copyright © 2007–2019 Cloudera. All rights reserved.