public class WordCountOptimized extends Object implements Program, ProgramDescription
WordCount example.
this program performs better by using mutable objects and optimized tools.| Modifier and Type | Class and Description |
|---|---|
static class |
WordCountOptimized.CountWords
Sums up the counts for a certain given key.
|
static class |
WordCountOptimized.TokenizeLine
Converts a Record containing one string in to multiple string/integer pairs.
|
| Constructor and Description |
|---|
WordCountOptimized() |
public String getDescription()
getDescription in interface ProgramDescriptionCopyright © 2013. All rights reserved.