public class WordCountPojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WordCountPojo.Tokenizer
Implements the string tokenizer that splits sentences into words as a user-defined
FlatMapFunction.
|
static class |
WordCountPojo.Word
This is the POJO (Plain Old Java Object) that is being used for all the operations.
|
| Constructor and Description |
|---|
WordCountPojo() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.