| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.operators.join.lookup |
| 限定符和类型 | 字段和说明 |
|---|---|
static ResultRetryStrategy |
ResultRetryStrategy.NO_RETRY_STRATEGY |
| 限定符和类型 | 方法和说明 |
|---|---|
static ResultRetryStrategy |
ResultRetryStrategy.fixedDelayRetry(int maxAttempts,
long backoffTimeMillis,
Predicate<Collection<org.apache.flink.table.data.RowData>> resultPredicate)
Create a fixed-delay retry strategy by given params.
|
| 构造器和说明 |
|---|
RetryableAsyncLookupFunctionDelegator(org.apache.flink.table.functions.AsyncLookupFunction userLookupFunction,
ResultRetryStrategy retryStrategy) |
RetryableLookupFunctionDelegator(org.apache.flink.table.functions.LookupFunction userLookupFunction,
ResultRetryStrategy retryStrategy) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.