java.lang.Object
org.apache.flink.streaming.api.functions.source.legacy.FileReadFunction
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.api.java.tuple.Tuple3<String,Long,Long>,String>, org.apache.flink.api.common.functions.Function

@Internal public class FileReadFunction extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.api.java.tuple.Tuple3<String,Long,Long>,String>
Deprecated.
Internal class deprecated in favour of ContinuousFileMonitoringFunction.
This is used together with FileMonitoringFunction to read from files that the monitoring functions discovers.
See Also:
  • Constructor Details

    • FileReadFunction

      public FileReadFunction()
      Deprecated.
  • Method Details

    • flatMap

      public void flatMap(org.apache.flink.api.java.tuple.Tuple3<String,Long,Long> value, org.apache.flink.util.Collector<String> out) throws Exception
      Deprecated.
      Specified by:
      flatMap in interface org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.api.java.tuple.Tuple3<String,Long,Long>,String>
      Throws:
      Exception