See: Description
Interface | Description |
---|---|
WordCount.WordCountOptions |
Options supported by
WordCount . |
Class | Description |
---|---|
MinimalWordCount | |
ReadSourceTest |
doc.
|
TestRunner |
doc.
|
WordCount | |
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.
|