Uses of Interface
org.apache.hadoop.hbase.client.AsyncAdminBuilder

Packages that use org.apache.hadoop.hbase.client.AsyncAdminBuilder
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.AsyncAdminBuilder
    AsyncConnection.getAdminBuilder()
    Returns an AsyncAdminBuilder for creating AsyncAdmin.
    org.apache.hadoop.hbase.client.AsyncAdminBuilder
    AsyncConnection.getAdminBuilder(ExecutorService pool)
    Returns an AsyncAdminBuilder for creating AsyncAdmin.
    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 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.