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
Methods 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.