public static class WordCount.CountWords extends org.apache.flink.api.java.record.functions.ReduceFunction implements Serializable
1
in the record. The other fields are not modified.| Constructor and Description |
|---|
WordCount.CountWords() |
| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterator<org.apache.flink.types.Record> records,
org.apache.flink.util.Collector<org.apache.flink.types.Record> out) |
void |
reduce(Iterator<org.apache.flink.types.Record> records,
org.apache.flink.util.Collector<org.apache.flink.types.Record> out) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.