Uses of Enum Class
org.apache.hadoop.io.retry.RetryPolicy.RetryAction.RetryDecision
Packages that use RetryPolicy.RetryAction.RetryDecision
Package
Description
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
-
Uses of RetryPolicy.RetryAction.RetryDecision in org.apache.hadoop.io.retry
Fields in org.apache.hadoop.io.retry declared as RetryPolicy.RetryAction.RetryDecisionMethods in org.apache.hadoop.io.retry that return RetryPolicy.RetryAction.RetryDecisionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RetryPolicy.RetryAction.RetryDecision.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.hadoop.io.retry with parameters of type RetryPolicy.RetryAction.RetryDecisionModifierConstructorDescriptionRetryAction(RetryPolicy.RetryAction.RetryDecision action, long delayTime) RetryAction(RetryPolicy.RetryAction.RetryDecision action, long delayTime, String reason)