| Interface | Description |
|---|---|
| DebuggingWordCount.WordCountOptions |
Options supported by
DebuggingWordCount. |
| WindowedWordCount.Options |
Options supported by
WindowedWordCount. |
| WordCount.WordCountOptions |
Options supported by
WordCount. |
| Class | Description |
|---|---|
| DebuggingWordCount |
An example that verifies word counts in Shakespeare and includes Beam best practices.
|
| DebuggingWordCount.FilterTextFn |
A DoFn that filters for a specific key based upon a regular expression.
|
| MinimalWordCount |
An example that counts words in Shakespeare.
|
| WindowedWordCount |
An example that counts words in text, and can run over either unbounded or bounded input
collections.
|
| WordCount |
An example that counts words in Shakespeare and includes Beam best practices.
|
| WordCount.CountWords |
A PTransform that converts a PCollection containing lines of text into a PCollection of
formatted word counts.
|
| WordCount.FormatAsTextFn |
A SimpleFunction that converts a Word and Count into a printable string.
|
| WordCount.WordCountOptions.OutputFactory |
Returns "gs://${YOUR_TEMP_DIRECTORY}/counts.txt" as the default destination.
|