Class RetryPredicates.EmptyResponseResultStrategy

  • All Implemented Interfaces:
    Serializable, java.util.function.Predicate<Collection<org.apache.flink.table.data.RowData>>
    Enclosing class:
    RetryPredicates

    public static class RetryPredicates.EmptyResponseResultStrategy
    extends Object
    implements java.util.function.Predicate<Collection<org.apache.flink.table.data.RowData>>, Serializable
    Returns true if the response is null or empty.
    See Also:
    Serialized Form
    • Constructor Detail

      • EmptyResponseResultStrategy

        public EmptyResponseResultStrategy()
    • Method Detail

      • test

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