ContinuousFileMonitoringFunction
.@Internal @Deprecated public class FileReadFunction extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.api.java.tuple.Tuple3<String,Long,Long>,String>
FileMonitoringFunction
to read from files that the monitoring
functions discovers.Constructor and Description |
---|
FileReadFunction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
flatMap(org.apache.flink.api.java.tuple.Tuple3<String,Long,Long> value,
org.apache.flink.util.Collector<String> out)
Deprecated.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.