Class ExponentialBackoffRetryLogic

java.lang.Object
org.neo4j.driver.internal.retry.ExponentialBackoffRetryLogic
All Implemented Interfaces:
RetryLogic

public class ExponentialBackoffRetryLogic extends Object implements RetryLogic
  • Field Details

    • DEFAULT_MAX_RETRY_TIME_MS

      public static final long DEFAULT_MAX_RETRY_TIME_MS
  • Constructor Details

    • ExponentialBackoffRetryLogic

      public ExponentialBackoffRetryLogic(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging)
    • ExponentialBackoffRetryLogic

      protected ExponentialBackoffRetryLogic(long maxTransactionRetryTime, io.netty.util.concurrent.EventExecutorGroup eventExecutorGroup, Clock clock, Logging logging, ExponentialBackoffRetryLogic.SleepTask sleepTask)
  • Method Details