Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
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 's
Configuration instance, via the configuration key
hbase.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 's
Configuration instance, via the configuration key
hbase.client.write.buffer . |
Modifier and Type | Method and Description |
---|---|
BufferedMutator |
Connection.getBufferedMutator(BufferedMutatorParams params)
Retrieve a
BufferedMutator for performing client-side buffering of writes. |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.