Interface DataSetCallback<T>

Type Parameters:
T - results type
All Known Implementing Classes:
AnnotatedDataSetCallback, ConvertingDataSetCallback, VoidDataSetCallback

public interface DataSetCallback<T>
Generic block of code with parameters which can be executed against DataSet and return results.
  • Method Summary

    Modifier and Type
    Method
    Description
    onDataSet(org.apache.flink.api.java.DataSet ds, Object... payloads)
     
  • Method Details

    • onDataSet

      T onDataSet(org.apache.flink.api.java.DataSet ds, Object... payloads)