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 's
Configuration instance, via the configuration key
hbase.client.keyvalue.maxsize . |
BufferedMutatorParams |
BufferedMutatorParams.opertationTimeout(int operationTimeout) |
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 |
ConnectionImplementation.getBufferedMutator(BufferedMutatorParams params) |
BufferedMutator |
Connection.getBufferedMutator(BufferedMutatorParams params)
Retrieve a
BufferedMutator for 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–2020 The Apache Software Foundation. All rights reserved.