| Package | Description |
|---|---|
| org.apache.flink.table.runtime.operators.join.lookup |
| Modifier and Type | Field and Description |
|---|---|
static ResultRetryStrategy |
ResultRetryStrategy.NO_RETRY_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RetryableAsyncLookupFunctionDelegator(org.apache.flink.table.functions.AsyncLookupFunction userLookupFunction,
ResultRetryStrategy retryStrategy) |
RetryableLookupFunctionDelegator(org.apache.flink.table.functions.LookupFunction userLookupFunction,
ResultRetryStrategy retryStrategy) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.