Class RetryPredicates
java.lang.Object
org.apache.flink.table.runtime.operators.calc.async.RetryPredicates
Contains retry predicates used to determine if a result or error should result in a retry.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classReturns true for any exception.static classReturns true if the response is null or empty. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY_RESPONSE
-
ANY_EXCEPTION
-
-
Constructor Details
-
RetryPredicates
public RetryPredicates()
-