public static class RetryWithBackoff.Provider extends Object implements RetryStrategyProvider
| Constructor and Description | 
|---|
RetryWithBackoff.Provider()  | 
| 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. 
 | 
String | 
toString()  | 
public void configure(org.apache.hadoop.conf.Configuration config)
RetryStrategyProviderconfigure in interface RetryStrategyProviderconfig - the configurationpublic RetryStrategy newRetryStrategy()
RetryStrategyProvidernewRetryStrategy in interface RetryStrategyProviderCopyright © 2016 The Apache Software Foundation. All rights reserved.