@InterfaceAudience.Private public class RetryCounterFactory extends Object
Constructor and Description |
---|
RetryCounterFactory(int maxAttempts,
int sleepIntervalMillis) |
RetryCounterFactory(int maxAttempts,
int sleepIntervalMillis,
int maxSleepTime) |
RetryCounterFactory(RetryCounter.RetryConfig retryConfig) |
public RetryCounterFactory(int maxAttempts, int sleepIntervalMillis)
public RetryCounterFactory(int maxAttempts, int sleepIntervalMillis, int maxSleepTime)
public RetryCounterFactory(RetryCounter.RetryConfig retryConfig)
public RetryCounter create()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.