| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AsyncBufferedMutatorImpl
The implementation of
AsyncBufferedMutator. |
| Modifier and Type | Method and Description |
|---|---|
AsyncBufferedMutator |
AsyncBufferedMutatorBuilderImpl.build() |
AsyncBufferedMutator |
AsyncBufferedMutatorBuilder.build()
Create the
AsyncBufferedMutator instance. |
default AsyncBufferedMutator |
AsyncConnection.getBufferedMutator(TableName tableName)
Retrieve an
AsyncBufferedMutator for performing client-side buffering of writes. |
default AsyncBufferedMutator |
AsyncConnection.getBufferedMutator(TableName tableName,
ExecutorService pool)
Retrieve an
AsyncBufferedMutator for performing client-side buffering of writes. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.