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