public class FileReadFunction extends Object implements org.apache.flink.api.common.functions.FlatMapFunction<org.apache.flink.api.java.tuple.Tuple3<String,Long,Long>,String>
| Constructor and Description |
|---|
FileReadFunction() |
| 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) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.