public class WordCount
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | WordCount.CountWordsA PTransform that converts a PCollection containing lines of text into a PCollection of
 formatted word counts. | 
| static class  | WordCount.FormatAsTextFnA SimpleFunction that converts a Word and Count into a printable string. | 
| static interface  | WordCount.WordCountOptionsOptions supported by  WordCount. | 
| Constructor and Description | 
|---|
| WordCount() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | main(java.lang.String[] args) |