Uses of Interface
org.apache.flink.testutils.junit.extensions.retry.strategy.RetryStrategy
-
Packages that use RetryStrategy Package Description org.apache.flink.testutils.junit.extensions.retry.strategy -
-
Uses of RetryStrategy in org.apache.flink.testutils.junit.extensions.retry.strategy
Classes in org.apache.flink.testutils.junit.extensions.retry.strategy that implement RetryStrategy Modifier and Type Class Description classAbstractRetryStrategyRetry strategy base class.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.
-