| Package | Description |
|---|---|
| org.apache.hadoop.io.retry |
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
|
| Modifier and Type | Field | Description |
|---|---|---|
RetryPolicy.RetryAction.RetryDecision |
RetryPolicy.RetryAction.action |
| Modifier and Type | Method | Description |
|---|---|---|
static RetryPolicy.RetryAction.RetryDecision |
RetryPolicy.RetryAction.RetryDecision.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RetryPolicy.RetryAction.RetryDecision[] |
RetryPolicy.RetryAction.RetryDecision.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
RetryAction(RetryPolicy.RetryAction.RetryDecision action) |
|
RetryAction(RetryPolicy.RetryAction.RetryDecision action,
long delayTime) |
|
RetryAction(RetryPolicy.RetryAction.RetryDecision action,
long delayTime,
java.lang.String reason) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.