Uses of Package
org.apache.hadoop.io.retry

Packages that use org.apache.hadoop.io.retry
org.apache.hadoop.io.retry A mechanism for selectively retrying methods that throw exceptions under certain circumstances. 
org.apache.hadoop.ipc Tools to help define network clients and servers. 
 

Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.io.retry
RetryPolicies.MultipleLinearRandomRetry
          Given pairs of number of retries and sleep time (n0, t0), (n1, t1), ..., the first n0 retries sleep t0 milliseconds on average, the following n1 retries sleep t1 milliseconds on average, and so on.
RetryPolicies.MultipleLinearRandomRetry.Pair
          Pairs of numRetries and sleepSeconds
RetryPolicy
           Specifies a policy for retrying method failures.
 

Classes in org.apache.hadoop.io.retry used by org.apache.hadoop.ipc
RetryPolicy
           Specifies a policy for retrying method failures.
 



Copyright © 2009 The Apache Software Foundation