Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext
Packages that use RetriesExhaustedException.ThrowableWithExtraContext
-
Uses of RetriesExhaustedException.ThrowableWithExtraContext in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client with type parameters of type RetriesExhaustedException.ThrowableWithExtraContextModifier and TypeFieldDescriptionprivate final IdentityHashMap<Action,List<RetriesExhaustedException.ThrowableWithExtraContext>> AsyncBatchRpcRetryingCaller.action2Errorsprivate final List<RetriesExhaustedException.ThrowableWithExtraContext>AsyncRpcRetryingCaller.exceptionsprivate final List<RetriesExhaustedException.ThrowableWithExtraContext>AsyncScanSingleRegionRpcRetryingCaller.exceptionsMethods in org.apache.hadoop.hbase.client that return types with arguments of type RetriesExhaustedException.ThrowableWithExtraContextMethod parameters in org.apache.hadoop.hbase.client with type arguments of type RetriesExhaustedException.ThrowableWithExtraContextModifier and TypeMethodDescriptionprivate static StringRetriesExhaustedException.getMessage(int numRetries, List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions) Constructor parameters in org.apache.hadoop.hbase.client with type arguments of type RetriesExhaustedException.ThrowableWithExtraContextModifierConstructorDescriptionRetriesExhaustedException(int numRetries, List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions) Create a new RetriesExhaustedException from the list of prior failures.