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:
  • Constructor Details

    • EmptyResponseResultStrategy

      public EmptyResponseResultStrategy()
  • Method Details

    • test

      public boolean test(Collection<org.apache.flink.table.data.RowData> c)
      Specified by:
      test in interface Predicate<Collection<org.apache.flink.table.data.RowData>>