| 限定符和类型 | 类和说明 |
|---|---|
static class |
RetryPolicy.FixedRetryPolicy
RetryPolicy with fixed timeout, delay and max attempts. |
| 限定符和类型 | 字段和说明 |
|---|---|
static RetryPolicy |
RetryPolicy.NONE |
| 限定符和类型 | 方法和说明 |
|---|---|
static RetryPolicy |
RetryPolicy.fixed(int maxAttempts,
long timeout,
long delayAfterFailure) |
static RetryPolicy |
RetryPolicy.fromConfig(org.apache.flink.configuration.ReadableConfig config) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.