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.Internal class deprecated in favour ofContinuousFileMonitoringFunction.This is used together withFileMonitoringFunctionto read from files that the monitoring functions discovers.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileReadFunction()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidflatMap(org.apache.flink.api.java.tuple.Tuple3<String,Long,Long> value, org.apache.flink.util.Collector<String> out)Deprecated.
-