public class WordCountWithOutputFormat extends Object implements org.apache.flink.api.common.Program, org.apache.flink.api.common.ProgramDescription
WordCount,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
WordCountWithOutputFormat.CountWords
Sums up the counts for a certain given key.
|
static class |
WordCountWithOutputFormat.TokenizeLine
Converts a Record containing one string in to multiple string/integer pairs.
|
| Constructor and Description |
|---|
WordCountWithOutputFormat() |
Copyright © 2014 The Apache Software Foundation. All rights reserved.