ContinuousFileMonitoringFunction
.@Internal @Deprecated public class FileReadFunction extends Object implements FlatMapFunction<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(Tuple3<String,Long,Long> value,
Collector<String> out)
Deprecated.
The core method of the FlatMapFunction.
|
public void flatMap(Tuple3<String,Long,Long> value, Collector<String> out) throws Exception
FlatMapFunction
flatMap
in interface FlatMapFunction<Tuple3<String,Long,Long>,String>
value
- The input value.out
- The collector for returning result values.Exception
- This method may throw exceptions. Throwing an exception will cause the
operation to fail and may trigger recovery.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.