Class | Description |
---|---|
PojoExample |
This example shows an implementation of Wordcount without using the
Tuple2 type, but a custom class.
|
PojoExample.Tokenizer |
Implements the string tokenizer that splits sentences into words as a user-defined
FlatMapFunction.
|
PojoExample.Word |
This is the POJO (Plain Old Java Object) that is being used
for all the operations.
|
WordCount |
Implements the "WordCount" program that computes a simple word occurrence histogram
over text files.
|
WordCount.Tokenizer |
Implements the string tokenizer that splits sentences into words as a user-defined
FlatMapFunction.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.