public class WordCount extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WordCount.CountWords
PTransform counting words.
|
static class |
WordCount.ExtractWordsFn
Function to extract words.
|
static class |
WordCount.FormatAsTextFn
A SimpleFunction that converts a Word and Count into a printable string.
|
static interface |
WordCount.Options
Options supported by
WordCount. |
| Constructor and Description |
|---|
WordCount() |
public static void main(String[] args)
Copyright © 2016 The Apache Software Foundation. All rights reserved.