Class AsyncRetryStrategies
- java.lang.Object
-
- org.apache.flink.streaming.util.retryable.AsyncRetryStrategies
-
public class AsyncRetryStrategies extends Object
Utility class to create concreteAsyncRetryStrategy.NOTICE: For performance reasons, this utility's
AsyncRetryStrategyimplementation assumes the attempt always start from 1 and will only increase by 1 each time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsyncRetryStrategies.ExponentialBackoffDelayRetryStrategy<OUT>ExponentialBackoffDelayRetryStrategy.static classAsyncRetryStrategies.ExponentialBackoffDelayRetryStrategyBuilder<OUT>ExponentialBackoffDelayRetryStrategyBuilder for building a ExponentialBackoffDelayRetryStrategy.static classAsyncRetryStrategies.FixedDelayRetryStrategy<OUT>FixedDelayRetryStrategy.static classAsyncRetryStrategies.FixedDelayRetryStrategyBuilder<OUT>FixedDelayRetryStrategyBuilder for building a FixedDelayRetryStrategy.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.streaming.util.retryable.AsyncRetryStrategies.NoRetryStrategyNO_RETRY_STRATEGY
-
Constructor Summary
Constructors Constructor Description AsyncRetryStrategies()
-