Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdminBuilder
-
Uses of AsyncAdminBuilder in org.apache.hadoop.hbase.client
Modifier and TypeClassDescription(package private) class
Base class for all asynchronous admin builders.Modifier and TypeMethodDescriptionAsyncConnection.getAdminBuilder()
Returns anAsyncAdminBuilder
for creatingAsyncAdmin
.AsyncConnection.getAdminBuilder
(ExecutorService pool) Returns anAsyncAdminBuilder
for creatingAsyncAdmin
.AsyncConnectionImpl.getAdminBuilder()
AsyncConnectionImpl.getAdminBuilder
(ExecutorService pool) SharedAsyncConnection.getAdminBuilder()
SharedAsyncConnection.getAdminBuilder
(ExecutorService pool) AsyncAdminBuilder.setMaxAttempts
(int maxAttempts) Set the max attempt times for an admin operation.AsyncAdminBuilderBase.setMaxAttempts
(int maxAttempts) default AsyncAdminBuilder
AsyncAdminBuilder.setMaxRetries
(int maxRetries) Set the max retry times for an admin operation.AsyncAdminBuilder.setOperationTimeout
(long timeout, TimeUnit unit) Set timeout for a whole admin operation.AsyncAdminBuilderBase.setOperationTimeout
(long timeout, TimeUnit unit) AsyncAdminBuilder.setRetryPause
(long timeout, TimeUnit unit) Set the base pause time for retrying.AsyncAdminBuilderBase.setRetryPause
(long timeout, TimeUnit unit) default AsyncAdminBuilder
AsyncAdminBuilder.setRetryPauseForCQTBE
(long pause, TimeUnit unit) Deprecated.Since 2.5.0, will be removed in 4.0.0.AsyncAdminBuilder.setRetryPauseForServerOverloaded
(long pause, TimeUnit unit) Set the base pause time for retrying whenHBaseServerException.isServerOverloaded()
.AsyncAdminBuilderBase.setRetryPauseForServerOverloaded
(long timeout, TimeUnit unit) AsyncAdminBuilder.setRpcTimeout
(long timeout, TimeUnit unit) Set timeout for each rpc request.AsyncAdminBuilderBase.setRpcTimeout
(long timeout, TimeUnit unit) AsyncAdminBuilder.setStartLogErrorsCnt
(int startLogErrorsCnt) Set the number of retries that are allowed before we start to log.AsyncAdminBuilderBase.setStartLogErrorsCnt
(int startLogErrorsCnt)