Uses of Class
org.apache.flink.testutils.junit.extensions.retry.strategy.AbstractRetryStrategy
-
Packages that use AbstractRetryStrategy Package Description org.apache.flink.testutils.junit.extensions.retry.strategy -
-
Uses of AbstractRetryStrategy in org.apache.flink.testutils.junit.extensions.retry.strategy
Subclasses of AbstractRetryStrategy in org.apache.flink.testutils.junit.extensions.retry.strategy Modifier and Type Class Description classRetryOnExceptionStrategyA retry strategy that will ignore a specific type of exception and retry a test if it occurs, up to a fixed number of times.classRetryOnFailureStrategyRetry strategy that retry fixed times.
-