Uses of Class
org.apache.hadoop.io.retry.RetryPolicies.MultipleLinearRandomRetry

Packages that use RetryPolicies.MultipleLinearRandomRetry
org.apache.hadoop.io.retry 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.MultipleLinearRandomRetry
static RetryPolicies.MultipleLinearRandomRetry RetryPolicies.MultipleLinearRandomRetry.parseCommaSeparatedString(String s)
          Parse the given string as a MultipleLinearRandomRetry object.
 



Copyright © 2009 The Apache Software Foundation