Uses of Class
org.apache.hadoop.hbase.client.RetriesExhaustedException.ThrowableWithExtraContext
-
Uses of RetriesExhaustedException.ThrowableWithExtraContext in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final IdentityHashMap<Action,
List<RetriesExhaustedException.ThrowableWithExtraContext>> AsyncBatchRpcRetryingCaller.action2Errors
private final List<RetriesExhaustedException.ThrowableWithExtraContext>
AsyncRpcRetryingCaller.exceptions
private final List<RetriesExhaustedException.ThrowableWithExtraContext>
AsyncScanSingleRegionRpcRetryingCaller.exceptions
Modifier and TypeMethodDescriptionprivate static String
RetriesExhaustedException.getMessage
(int numRetries, List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions) ModifierConstructorDescriptionRetriesExhaustedException
(int numRetries, List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions) Create a new RetriesExhaustedException from the list of prior failures.