Uses of Class
org.apache.hadoop.io.retry.RetryPolicy.RetryAction

Packages that use RetryPolicy.RetryAction
org.apache.hadoop.io.retry A mechanism for selectively retrying methods that throw exceptions under certain circumstances. 
 

Uses of RetryPolicy.RetryAction in org.apache.hadoop.io.retry
 

Methods in org.apache.hadoop.io.retry that return RetryPolicy.RetryAction
 RetryPolicy.RetryAction RetryPolicy.shouldRetry(Exception e, int retries, int failovers, boolean isMethodIdempotent)
           Determines whether the framework should retry a method for the given exception, and the number of retries that have been made for that operation so far.
static RetryPolicy.RetryAction RetryPolicy.RetryAction.valueOf(String name)
           
static RetryPolicy.RetryAction[] RetryPolicy.RetryAction.values()
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.