Class RetryPredicates
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.calc.async.RetryPredicates
-
public class RetryPredicates extends Object
Contains retry predicates used to determine if a result or error should result in a retry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRetryPredicates.AnyExceptionStrategyReturns true for any exception.static classRetryPredicates.EmptyResponseResultStrategyReturns true if the response is null or empty.
-
Field Summary
Fields Modifier and Type Field Description static Predicate<Throwable>ANY_EXCEPTIONstatic RetryPredicates.EmptyResponseResultStrategyEMPTY_RESPONSE
-
Constructor Summary
Constructors Constructor Description RetryPredicates()
-
-
-
Field Detail
-
EMPTY_RESPONSE
public static final RetryPredicates.EmptyResponseResultStrategy EMPTY_RESPONSE
-
-