public static class RetryNTimes.Provider extends Object implements RetryStrategyProvider
| Constructor and Description |
|---|
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 © 2017 The Apache Software Foundation. All rights reserved.