Class RetryPolicy
java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.RetryPolicy
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongintvoidsetCurrentRetryIndex(int currentRetryIndex) voidsetDelayInSeconds(long delayInSeconds) voidsetMaxRetries(int maxRetries) toString()
-
Constructor Details
-
RetryPolicy
public RetryPolicy()
-
-
Method Details
-
getMaxRetries
public int getMaxRetries() -
setMaxRetries
public void setMaxRetries(int maxRetries) -
getDelayInSeconds
public long getDelayInSeconds() -
setDelayInSeconds
public void setDelayInSeconds(long delayInSeconds) -
getCurrentRetryIndex
public int getCurrentRetryIndex() -
setCurrentRetryIndex
public void setCurrentRetryIndex(int currentRetryIndex) -
isErrorRetryCompleted
-
toString
-