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 RetryPolicyModifier and TypeClassDescriptionstatic classRetryPolicywith fixed timeout, delay and max attempts.Fields in org.apache.flink.changelog.fs declared as RetryPolicyMethods in org.apache.flink.changelog.fs that return RetryPolicyModifier and TypeMethodDescriptionstatic RetryPolicyRetryPolicy.fixed(int maxAttempts, long timeout, long delayAfterFailure) static RetryPolicyRetryPolicy.fromConfig(org.apache.flink.configuration.ReadableConfig config)