Uses of Interface
org.apache.flink.changelog.fs.RetryPolicy
-
-
Uses of RetryPolicy in org.apache.flink.changelog.fs
Classes in org.apache.flink.changelog.fs that implement RetryPolicy Modifier and Type Class Description static classRetryPolicy.FixedRetryPolicyRetryPolicywith fixed timeout, delay and max attempts.Fields in org.apache.flink.changelog.fs declared as RetryPolicy Modifier and Type Field Description static RetryPolicyRetryPolicy. NONEMethods in org.apache.flink.changelog.fs that return RetryPolicy Modifier and Type Method Description static RetryPolicyRetryPolicy. fixed(int maxAttempts, long timeout, long delayAfterFailure)static RetryPolicyRetryPolicy. fromConfig(org.apache.flink.configuration.ReadableConfig config)
-