|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RetryPolicy.RetryAction | |
|---|---|
| org.apache.hadoop.io.retry | A mechanism for selectively retrying methods that throw exceptions under certain circumstances. |
| Uses of RetryPolicy.RetryAction in org.apache.hadoop.io.retry |
|---|
| Methods in org.apache.hadoop.io.retry that return RetryPolicy.RetryAction | |
|---|---|
RetryPolicy.RetryAction |
RetryPolicy.shouldRetry(Exception e,
int retries,
int failovers,
boolean isMethodIdempotent)
Determines whether the framework should retry a method for the given exception, and the number of retries that have been made for that operation so far. |
static RetryPolicy.RetryAction |
RetryPolicy.RetryAction.valueOf(String name)
|
static RetryPolicy.RetryAction[] |
RetryPolicy.RetryAction.values()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||