| 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.
|
| WordCountAccumulators |
This is similar to the WordCount example and additionally demonstrates how to
use custom accumulators (built-in or custom).
|
| WordCountAccumulators.CountWords | |
| WordCountAccumulators.SetAccumulator<T extends Value> |
Custom accumulator
|
| WordCountAccumulators.TokenizeLine | |
| WordCountOptimized |
Implements a word count which takes the input file and counts the number of
the occurrences of each word in the file.
|
| WordCountOptimized.CountWords |
Sums up the counts for a certain given key.
|
| WordCountOptimized.TokenizeLine |
Converts a Record containing one string in to multiple string/integer pairs.
|
Copyright © 2013. All rights reserved.