Class YugabyteDBExecutionTemplate.YBRetryStrategy
java.lang.Object
org.flywaydb.community.database.postgresql.yugabytedb.YugabyteDBExecutionTemplate.YBRetryStrategy
- Enclosing class:
- YugabyteDBExecutionTemplate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoWithRetries(org.flywaydb.core.internal.util.SqlCallable<Long> callable, String interruptionMessage, String retriesExceededMessage) static voidsetNumberOfRetries(int retries)
-
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
-