public static final class WordCountPojo.Tokenizer extends Object implements FlatMapFunction<String,WordCountPojo.Word>
Constructor and Description |
---|
Tokenizer() |
Modifier and Type | Method and Description |
---|---|
void |
flatMap(String value,
Collector<WordCountPojo.Word> out)
The core method of the FlatMapFunction.
|
public void flatMap(String value, Collector<WordCountPojo.Word> out)
FlatMapFunction
flatMap
in interface FlatMapFunction<String,WordCountPojo.Word>
value
- The input value.out
- The collector for returning result values.Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.