Package | Description |
---|---|
org.apache.kudu.client |
Modifier and Type | Method and Description |
---|---|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.bossCount(int bossCount)
Set the maximum number of boss threads.
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.defaultAdminOperationTimeoutMs(long timeoutMs)
Sets the default timeout used for administrative operations (e.g.
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.defaultOperationTimeoutMs(long timeoutMs)
Sets the default timeout used for user operations (using sessions and scanners).
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.defaultSocketReadTimeoutMs(long timeoutMs)
Sets the default timeout to use when waiting on data from a socket.
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.disableStatistics()
Disable this client's collection of statistics.
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.nioExecutors(Executor bossExecutor,
Executor workerExecutor)
Set the executors which will be used for the embedded Netty boss and workers.
|
AsyncKuduClient.AsyncKuduClientBuilder |
AsyncKuduClient.AsyncKuduClientBuilder.workerCount(int workerCount)
Set the maximum number of worker threads.
|
Copyright © 2016 The Apache Software Foundation. All rights reserved.