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

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

    Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext in in
    Modifier
    Constructor
    Description
     
    RetriesExhaustedException(int numRetries, List<org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext> exceptions)
    Create a new RetriesExhaustedException from the list of prior failures.