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.
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
org.apache.hadoop.hbase.thrift2.client |
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 |
ConnectionImplementation.getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
Connection.getBufferedMutator(BufferedMutatorParams params)
Retrieve a
BufferedMutator for performing client-side buffering of writes. |
BufferedMutator |
ConnectionImplementation.getBufferedMutator(TableName tableName) |
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 |
---|
TableRecordWriter(BufferedMutator mutator)
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Please use
#TableRecordWriter(JobConf) instead. This version does not clean up
connections and will leak connections (removed in 2.0). |
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)
n * the name of the table, as a string
|
Modifier and Type | Method and Description |
---|---|
BufferedMutator |
ThriftConnection.getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
ThriftConnection.getBufferedMutator(TableName tableName) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.