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