public class WordCount extends Object implements eu.stratosphere.api.common.Program, eu.stratosphere.api.common.ProgramDescription
| Modifier and Type | Class and Description |
|---|---|
static class |
WordCount.CountWords
Sums up the counts for a certain given key.
|
static class |
WordCount.TokenizeLine
Converts a Record containing one string in to multiple string/integer pairs.
|
| Constructor and Description |
|---|
WordCount() |
Copyright © 2013–2014. All rights reserved.