Uses of Class
org.apache.flink.table.runtime.operators.join.lookup.ResultRetryStrategy
-
Packages that use ResultRetryStrategy Package Description org.apache.flink.table.runtime.operators.join.lookup -
-
Uses of ResultRetryStrategy in org.apache.flink.table.runtime.operators.join.lookup
Fields in org.apache.flink.table.runtime.operators.join.lookup declared as ResultRetryStrategy Modifier and Type Field Description static ResultRetryStrategyResultRetryStrategy. NO_RETRY_STRATEGYMethods in org.apache.flink.table.runtime.operators.join.lookup that return ResultRetryStrategy Modifier and Type Method Description static ResultRetryStrategyResultRetryStrategy. fixedDelayRetry(int maxAttempts, long backoffTimeMillis, java.util.function.Predicate<Collection<org.apache.flink.table.data.RowData>> resultPredicate)Create a fixed-delay retry strategy by given params.Constructors in org.apache.flink.table.runtime.operators.join.lookup with parameters of type ResultRetryStrategy Constructor Description RetryableAsyncLookupFunctionDelegator(org.apache.flink.table.functions.AsyncLookupFunction userLookupFunction, ResultRetryStrategy retryStrategy)RetryableLookupFunctionDelegator(org.apache.flink.table.functions.LookupFunction userLookupFunction, ResultRetryStrategy retryStrategy)
-