java.lang.Object
com.lucidworks.fusion.connector.plugin.api.fetcher.RetryPolicy

public class RetryPolicy extends Object
  • 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

      public Boolean isErrorRetryCompleted()
    • toString

      public String toString()
      Overrides:
      toString in class Object