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.AsyncAdminBuilderAsyncConnection.getAdminBuilder()Returns anAsyncAdminBuilderfor creatingAsyncAdmin.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncConnection.getAdminBuilder(ExecutorService pool) Returns anAsyncAdminBuilderfor creatingAsyncAdmin.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncConnectionImpl.getAdminBuilder()org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncConnectionImpl.getAdminBuilder(ExecutorService pool) org.apache.hadoop.hbase.client.AsyncAdminBuilderSharedAsyncConnection.getAdminBuilder()org.apache.hadoop.hbase.client.AsyncAdminBuilderSharedAsyncConnection.getAdminBuilder(ExecutorService pool) org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setMaxAttempts(int maxAttempts) Set the max attempt times for an admin operation.default org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setMaxRetries(int maxRetries) Set the max retry times for an admin operation.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setOperationTimeout(long timeout, TimeUnit unit) Set timeout for a whole admin operation.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setRetryPause(long timeout, TimeUnit unit) Set the base pause time for retrying.default org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setRetryPauseForCQTBE(long pause, TimeUnit unit) Deprecated.Since 2.5.0, will be removed in 4.0.0.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setRetryPauseForServerOverloaded(long pause, TimeUnit unit) Set the base pause time for retrying whenHBaseServerException.isServerOverloaded().org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setRpcTimeout(long timeout, TimeUnit unit) Set timeout for each rpc request.org.apache.hadoop.hbase.client.AsyncAdminBuilderAsyncAdminBuilder.setStartLogErrorsCnt(int startLogErrorsCnt) Set the number of retries that are allowed before we start to log.