Uses of Interface
org.apache.flink.testutils.junit.extensions.retry.strategy.RetryStrategy
Packages that use RetryStrategy
-
Uses of RetryStrategy in org.apache.flink.testutils.junit.extensions.retry.strategy
Classes in org.apache.flink.testutils.junit.extensions.retry.strategy that implement RetryStrategyModifier and TypeClassDescriptionclassRetry strategy base class.classA 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.