| Modifier and Type | Class and Description |
|---|---|
static class |
RetryPolicy.FixedRetryPolicy
RetryPolicy with fixed timeout, delay and max attempts. |
| Modifier and Type | Field and Description |
|---|---|
static RetryPolicy |
RetryPolicy.NONE |
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicy |
RetryPolicy.fixed(int maxAttempts,
long timeout,
long delayAfterFailure) |
static RetryPolicy |
RetryPolicy.fromConfig(org.apache.flink.configuration.ReadableConfig config) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.