Uses of Class
org.apache.hadoop.hbase.client.BufferedMutatorParams
Packages that use BufferedMutatorParams
Package
Description
Provides HBase Client
-
Uses of BufferedMutatorParams in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase with parameters of type BufferedMutatorParamsModifier and TypeMethodDescriptionSharedConnection.getBufferedMutator
(BufferedMutatorParams params) -
Uses of BufferedMutatorParams in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return BufferedMutatorParamsModifier 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
.Methods in org.apache.hadoop.hbase.client with parameters of type BufferedMutatorParamsModifier and TypeMethodDescriptionConnection.getBufferedMutator
(BufferedMutatorParams params) Retrieve aBufferedMutator
for performing client-side buffering of writes.ConnectionImplementation.getBufferedMutator
(BufferedMutatorParams params) Constructors in org.apache.hadoop.hbase.client with parameters of type BufferedMutatorParamsModifierConstructorDescription(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
Methods in org.apache.hadoop.hbase.thrift2.client with parameters of type BufferedMutatorParamsModifier and TypeMethodDescriptionThriftConnection.getBufferedMutator
(BufferedMutatorParams params)