| Class | Description |
|---|---|
| WordCount |
Implements a word count which takes the input file and counts the number of
the occurrences of each word in the file.
|
| WordCount.CountWords |
Sums up the counts for a certain given key.
|
| WordCount.TokenizeLine |
Converts a Record containing one string in to multiple string/integer pairs.
|
| WordCountWithOutputFormat |
Implements a word count which takes the input file and counts the number of
the occurrences of each word in the file.
|
| WordCountWithOutputFormat.CountWords |
Sums up the counts for a certain given key.
|
| WordCountWithOutputFormat.TokenizeLine |
Converts a Record containing one string in to multiple string/integer pairs.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.