Ookii. | 
| Class | Description | |
|---|---|---|
| AdvancedWordCount | JobBuilder for the advanced version of WordCount. | |
| GenerateText | Generates random text data. | |
| GenSort | Job runner for GenSort, which generates input records for various sort benchmarks. | |
| LineCount | Job runner for line count. | |
| TeraSort | Job runner for GraySort, which sorts GenSortRecord records in the input. | |
| ValSort | Job runner for ValSort, which validates the sort order of its input. | |
| WordCount | Job runner for word count. | 
| Enumeration | Description | |
|---|---|---|
| WordCountKind | The type of WordCount implementation to use. |