| Package | Description | 
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.thrift2.client | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedMutator | SharedConnection. getBufferedMutator(BufferedMutatorParams params) | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedMutatorParams | BufferedMutatorParams. clone() | 
| BufferedMutatorParams | BufferedMutatorParams. implementationClassName(String implementationClassName)Specify a BufferedMutator implementation other than the default. | 
| BufferedMutatorParams | BufferedMutatorParams. listener(BufferedMutator.ExceptionListener listener)Override the default error handler. | 
| BufferedMutatorParams | BufferedMutatorParams. maxKeyValueSize(int maxKeyValueSize)Override the maximum key-value size specified by the provided  Connection'sConfigurationinstance, via the configuration keyhbase.client.keyvalue.maxsize. | 
| BufferedMutatorParams | BufferedMutatorParams. operationTimeout(int operationTimeout) | 
| BufferedMutatorParams | BufferedMutatorParams. opertationTimeout(int operationTimeout)Deprecated. 
 Since 2.3.0, will be removed in 4.0.0. Use  operationTimeout(int) | 
| BufferedMutatorParams | BufferedMutatorParams. pool(ExecutorService pool)Override the default executor pool defined by the  hbase.htable.threads.*configuration values. | 
| BufferedMutatorParams | BufferedMutatorParams. rpcTimeout(int rpcTimeout) | 
| BufferedMutatorParams | BufferedMutatorParams. setWriteBufferPeriodicFlushTimeoutMs(long timeoutMs)Set the max timeout before the buffer is automatically flushed. | 
| BufferedMutatorParams | BufferedMutatorParams. setWriteBufferPeriodicFlushTimerTickMs(long timerTickMs)Set the TimerTick how often the buffer timeout if checked. | 
| BufferedMutatorParams | BufferedMutatorParams. writeBufferSize(long writeBufferSize)Override the write buffer size specified by the provided  Connection'sConfigurationinstance, via the configuration keyhbase.client.write.buffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedMutator | ConnectionImplementation. getBufferedMutator(BufferedMutatorParams params) | 
| BufferedMutator | Connection. getBufferedMutator(BufferedMutatorParams params)Retrieve a  BufferedMutatorfor performing client-side buffering of writes. | 
| Constructor and Description | 
|---|
| BufferedMutatorImpl(ClusterConnection conn,
                   BufferedMutatorParams params,
                   AsyncProcess ap) | 
| BufferedMutatorImpl(ClusterConnection conn,
                   RpcRetryingCallerFactory rpcCallerFactory,
                   RpcControllerFactory rpcFactory,
                   BufferedMutatorParams params) | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferedMutator | ThriftConnection. getBufferedMutator(BufferedMutatorParams params) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.