Class RetryPredicates.EmptyResponseResultStrategy
- java.lang.Object
-
- org.apache.flink.table.runtime.operators.calc.async.RetryPredicates.EmptyResponseResultStrategy
-
- All Implemented Interfaces:
Serializable,Predicate<Collection<org.apache.flink.table.data.RowData>>
- Enclosing class:
- RetryPredicates
public static class RetryPredicates.EmptyResponseResultStrategy extends Object implements Predicate<Collection<org.apache.flink.table.data.RowData>>, Serializable
Returns true if the response is null or empty.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmptyResponseResultStrategy()
-
-
-
Method Detail
-
test
public boolean test(Collection<org.apache.flink.table.data.RowData> c)
- Specified by:
testin interfacePredicate<Collection<org.apache.flink.table.data.RowData>>
-
-