Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedException

Packages that use org.apache.hadoop.hbase.client.RetriesExhaustedException
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.RetriesExhaustedException in org.apache.hadoop.hbase.client

    Subclasses of org.apache.hadoop.hbase.client.RetriesExhaustedException in in org.apache.hadoop.hbase.client
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException
    This subclass of RetriesExhaustedException is thrown when we have more information about which rows were causing which exceptions on what servers.
    Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.client.RetriesExhaustedException in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Result
    RpcRetryingCallerWithReadReplicas.call(int operationTimeout)
    Algo: - we put the query into the execution pool.
    static org.apache.hadoop.hbase.RegionLocations
    RegionAdminServiceCallable.getRegionLocations(org.apache.hadoop.hbase.client.ClusterConnection connection, org.apache.hadoop.hbase.TableName tableName, byte[] row, boolean useCache, int replicaId)