Package | Description |
---|---|
org.apache.hadoop.io.retry |
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
|
Modifier and Type | Field and Description |
---|---|
RetryPolicy.RetryAction.RetryDecision |
RetryPolicy.RetryAction.action |
Modifier and Type | Method and Description |
---|---|
static RetryPolicy.RetryAction.RetryDecision |
RetryPolicy.RetryAction.RetryDecision.valueOf(String name) |
static RetryPolicy.RetryAction.RetryDecision[] |
RetryPolicy.RetryAction.RetryDecision.values() |
Constructor and Description |
---|
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action) |
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action,
long delayTime) |
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action,
long delayTime,
String reason) |
Copyright © 2017 Apache Software Foundation. All Rights Reserved.