| Package | Description |
|---|---|
| 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.
|
| org.apache.hadoop.hbase.mob.mapreduce | |
| org.apache.hadoop.hbase.test |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedMutatorImpl
Used to communicate with a single HBase table similar to
HTable
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)
Instantiate a TableRecordWriter with the HBase HClient for writing.
|
| Constructor and Description |
|---|
MemStoreWrapper(Context context,
FileSystem fs,
BufferedMutator table,
HColumnDescriptor hcd,
MemStore memstore,
CacheConfig cacheConfig) |
| Modifier and Type | Field and Description |
|---|---|
protected BufferedMutator |
IntegrationTestLoadAndVerify.LoadMapper.mutator |