public interface RetryStrategyProvider
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(org.apache.hadoop.conf.Configuration config)
Configure the strategy. 
 | 
RetryStrategy | 
newRetryStrategy()
Provides a new instance of a retry strategy. 
 | 
RetryStrategy newRetryStrategy()
void configure(org.apache.hadoop.conf.Configuration config)
config - the configurationCopyright © 2016 The Apache Software Foundation. All rights reserved.