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

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

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

Fields in org.apache.hadoop.io.retry declared as RetryPolicy.RetryAction.RetryDecision
 RetryPolicy.RetryAction.RetryDecision RetryPolicy.RetryAction.action
           
 

Methods in org.apache.hadoop.io.retry that return RetryPolicy.RetryAction.RetryDecision
static RetryPolicy.RetryAction.RetryDecision RetryPolicy.RetryAction.RetryDecision.valueOf(String name)
           
static RetryPolicy.RetryAction.RetryDecision[] RetryPolicy.RetryAction.RetryDecision.values()
           
 

Constructors in org.apache.hadoop.io.retry with parameters of type RetryPolicy.RetryAction.RetryDecision
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action)
           
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action, long delayTime)
           
RetryPolicy.RetryAction(RetryPolicy.RetryAction.RetryDecision action, long delayTime, String reason)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.