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.action2Errors
private final List<RetriesExhaustedException.ThrowableWithExtraContext>
AsyncRpcRetryingCaller.exceptions
private final List<RetriesExhaustedException.ThrowableWithExtraContext>
AsyncScanSingleRegionRpcRetryingCaller.exceptions
Methods 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 String
RetriesExhaustedException.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.