org.apache.hadoop.hbase.client.AsyncAdminBuilder
AsyncConnection.getAdminBuilder()
Returns an AsyncAdminBuilder
for creating AsyncAdmin
.
org.apache.hadoop.hbase.client.AsyncAdminBuilder
Returns an AsyncAdminBuilder
for creating AsyncAdmin
.
org.apache.hadoop.hbase.client.AsyncAdminBuilder
AsyncConnectionImpl.getAdminBuilder()
org.apache.hadoop.hbase.client.AsyncAdminBuilder
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)
org.apache.hadoop.hbase.client.AsyncAdminBuilder
AsyncAdminBuilder.setRetryPauseForServerOverloaded(long pause,
TimeUnit unit)
Set the base pause time for retrying when HBaseServerException.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.