Class RetryPredicates.AnyExceptionStrategy
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.calc.async.RetryPredicates.AnyExceptionStrategy
-
- All Implemented Interfaces:
Serializable,Predicate<Throwable>
- Enclosing class:
- RetryPredicates
public static class RetryPredicates.AnyExceptionStrategy extends Object implements Predicate<Throwable>, Serializable
Returns true for any exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AnyExceptionStrategy()
-