org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.clone()
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.implementationClassName(String implementationClassName)
Specify a BufferedMutator implementation other than the default.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.listener(org.apache.hadoop.hbase.client.BufferedMutator.ExceptionListener listener)
Override the default error handler.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.maxKeyValueSize(int maxKeyValueSize)
Override the maximum key-value size specified by the provided Connection
's
Configuration
instance, via the configuration key
hbase.client.keyvalue.maxsize
.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.operationTimeout(int operationTimeout)
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.opertationTimeout(int operationTimeout)
org.apache.hadoop.hbase.client.BufferedMutatorParams
Override the default executor pool defined by the hbase.htable.threads.*
configuration
values.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.rpcTimeout(int rpcTimeout)
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.setWriteBufferPeriodicFlushTimeoutMs(long timeoutMs)
Set the max timeout before the buffer is automatically flushed.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.setWriteBufferPeriodicFlushTimerTickMs(long timerTickMs)
Set the TimerTick how often the buffer timeout if checked.
org.apache.hadoop.hbase.client.BufferedMutatorParams
BufferedMutatorParams.writeBufferSize(long writeBufferSize)
Override the write buffer size specified by the provided Connection
's
Configuration
instance, via the configuration key
hbase.client.write.buffer
.
org.apache.hadoop.hbase.client.BufferedMutator
Connection.getBufferedMutator(org.apache.hadoop.hbase.client.BufferedMutatorParams params)
Retrieve a BufferedMutator
for performing client-side buffering of writes.
org.apache.hadoop.hbase.client.BufferedMutator
ConnectionImplementation.getBufferedMutator(org.apache.hadoop.hbase.client.BufferedMutatorParams params)