Class YugabyteDBExecutionTemplate.YBRetryStrategy

java.lang.Object
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBExecutionTemplate.YBRetryStrategy
Enclosing class:
YugabyteDBExecutionTemplate

public static class YugabyteDBExecutionTemplate.YBRetryStrategy extends Object
  • Constructor Details

    • YBRetryStrategy

      public YBRetryStrategy()
  • Method Details

    • setNumberOfRetries

      public static void setNumberOfRetries(int retries)
    • doWithRetries

      public long doWithRetries(org.flywaydb.core.internal.util.SqlCallable<Long> callable, String interruptionMessage, String retriesExceededMessage) throws SQLException
      Throws:
      SQLException