Uses of Class
org.apache.hadoop.io.retry.RetryPolicy.RetryAction
Packages that use RetryPolicy.RetryAction
Package
Description
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
-
Uses of RetryPolicy.RetryAction in org.apache.hadoop.io.retry
Fields in org.apache.hadoop.io.retry declared as RetryPolicy.RetryActionModifier and TypeFieldDescriptionstatic final RetryPolicy.RetryActionRetryPolicy.RetryAction.FAILstatic final RetryPolicy.RetryActionRetryPolicy.RetryAction.FAILOVER_AND_RETRYstatic final RetryPolicy.RetryActionRetryPolicy.RetryAction.RETRYMethods in org.apache.hadoop.io.retry that return RetryPolicy.RetryActionModifier and TypeMethodDescriptionRetryPolicies.MultipleLinearRandomRetry.shouldRetry(Exception e, int curRetry, int failovers, boolean isIdempotentOrAtMostOnce) RetryPolicy.shouldRetry(Exception e, int retries, int failovers, boolean isIdempotentOrAtMostOnce) 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.