Class FileReadFunction
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.
This is used together with
FileMonitoringFunction to read from files
that the monitoring functions discovers.- See Also:
-
Constructor Summary
Constructors -
Method Summary
ContinuousFileMonitoringFunction.