Uses of Class
org.apache.hadoop.hbase.client.BufferedMutatorParams
Package
Description
Provides HBase Client
-
Uses of BufferedMutatorParams in org.apache.hadoop.hbase
Modifier and TypeMethodDescriptionSharedConnection.getBufferedMutator
(BufferedMutatorParams params) -
Uses of BufferedMutatorParams in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionBufferedMutatorParams.clone()
BufferedMutatorParams.implementationClassName
(String implementationClassName) Specify a BufferedMutator implementation other than the default.BufferedMutatorParams.listener
(BufferedMutator.ExceptionListener listener) Override the default error handler.BufferedMutatorParams.maxKeyValueSize
(int maxKeyValueSize) Override the maximum key-value size specified by the providedConnection
'sConfiguration
instance, via the configuration keyhbase.client.keyvalue.maxsize
.BufferedMutatorParams.operationTimeout
(int operationTimeout) BufferedMutatorParams.opertationTimeout
(int operationTimeout) Deprecated.Since 2.3.0, will be removed in 4.0.0.BufferedMutatorParams.pool
(ExecutorService pool) Override the default executor pool defined by thehbase.htable.threads.*
configuration values.BufferedMutatorParams.rpcTimeout
(int rpcTimeout) BufferedMutatorParams.setWriteBufferPeriodicFlushTimeoutMs
(long timeoutMs) Set the max timeout before the buffer is automatically flushed.BufferedMutatorParams.setWriteBufferPeriodicFlushTimerTickMs
(long timerTickMs) Set the TimerTick how often the buffer timeout if checked.BufferedMutatorParams.writeBufferSize
(long writeBufferSize) Override the write buffer size specified by the providedConnection
'sConfiguration
instance, via the configuration keyhbase.client.write.buffer
.Modifier and TypeMethodDescriptionConnection.getBufferedMutator
(BufferedMutatorParams params) Retrieve aBufferedMutator
for performing client-side buffering of writes.ConnectionImplementation.getBufferedMutator
(BufferedMutatorParams params) ModifierConstructorDescription(package private)
BufferedMutatorImpl
(ClusterConnection conn, BufferedMutatorParams params, AsyncProcess ap) (package private)
BufferedMutatorImpl
(ClusterConnection conn, RpcRetryingCallerFactory rpcCallerFactory, RpcControllerFactory rpcFactory, BufferedMutatorParams params) -
Uses of BufferedMutatorParams in org.apache.hadoop.hbase.thrift2.client
Modifier and TypeMethodDescriptionThriftConnection.getBufferedMutator
(BufferedMutatorParams params)