Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private IdentityHashMap<Action,List<RetriesExhaustedException.ThrowableWithExtraContext>> |
AsyncBatchRpcRetryingCaller.action2Errors |
private List<RetriesExhaustedException.ThrowableWithExtraContext> |
AsyncScanSingleRegionRpcRetryingCaller.exceptions |
private List<RetriesExhaustedException.ThrowableWithExtraContext> |
AsyncRpcRetryingCaller.exceptions |
Modifier and Type | Method and Description |
---|---|
private List<RetriesExhaustedException.ThrowableWithExtraContext> |
AsyncBatchRpcRetryingCaller.removeErrors(Action action) |
Modifier and Type | Method and Description |
---|---|
private static String |
RetriesExhaustedException.getMessage(int numRetries,
List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions) |
Constructor and Description |
---|
RetriesExhaustedException(int numRetries,
List<RetriesExhaustedException.ThrowableWithExtraContext> exceptions)
Create a new RetriesExhaustedException from the list of prior failures.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.