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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
eu.stratosphere.api.common.Plan |
getPlan(String... args) |
static void |
main(String[] args) |
Copyright © 2013–2014. All rights reserved.