| Interface | Description |
|---|---|
| DebuggingWordCount.WordCountOptions |
Options supported by
DebuggingWordCount. |
| WindowedWordCount.Options |
Options for
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.
|
| KafkaWordCountAvro | |
| KafkaWordCountJson | |
| 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.
|
| WindowedWordCount.DefaultToCurrentSystemTime |
A
DefaultValueFactory that returns the current system time. |
| WindowedWordCount.DefaultToMinTimestampPlusOneHour |
A
DefaultValueFactory that returns the minimum timestamp plus one hour. |
| 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.
|