Uses of Class
org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry
Packages that use RetryPolicies.MultipleLinearRandomRetry
Package
Description
A mechanism for selectively retrying methods that throw exceptions under
certain circumstances.
-
Uses of RetryPolicies.MultipleLinearRandomRetry in org.apache.hadoop.io.retry
Methods in org.apache.hadoop.io.retry that return RetryPolicies.MultipleLinearRandomRetryModifier and TypeMethodDescriptionRetryPolicies.MultipleLinearRandomRetry.parseCommaSeparatedString(String s) Parse the given string as a MultipleLinearRandomRetry object.