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.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
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 |
---|---|
(package private) BufferedMutator |
HTable.getBufferedMutator() |
BufferedMutator |
ConnectionManager.HConnectionImplementation.getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
ConnectionAdapter.getBufferedMutator(BufferedMutatorParams params)
Deprecated.
|
BufferedMutator |
Connection.getBufferedMutator(BufferedMutatorParams params)
Retrieve a
BufferedMutator for performing client-side buffering of writes. |
BufferedMutator |
ConnectionManager.HConnectionImplementation.getBufferedMutator(TableName tableName) |
BufferedMutator |
ConnectionAdapter.getBufferedMutator(TableName tableName)
Deprecated.
|
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) |
Modifier and Type | Field and Description |
---|---|
private BufferedMutator |
TableOutputFormat.TableRecordWriter.m_mutator |
Constructor and Description |
---|
TableOutputFormat.TableRecordWriter(BufferedMutator mutator)
Instantiate a TableRecordWriter with the HBase HClient for writing.
|
Modifier and Type | Field and Description |
---|---|
private BufferedMutator |
TableOutputFormat.TableRecordWriter.mutator |
Modifier and Type | Field and Description |
---|---|
(package private) Map<ImmutableBytesWritable,BufferedMutator> |
MultiTableOutputFormat.MultiTableRecordWriter.mutatorMap |
Modifier and Type | Method and Description |
---|---|
(package private) BufferedMutator |
MultiTableOutputFormat.MultiTableRecordWriter.getBufferedMutator(ImmutableBytesWritable tableName) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.