public static final class WordCount.Tokenizer extends Object implements FlatMapFunction<String,Tuple2<String,Integer>>
| Constructor and Description |
|---|
Tokenizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
flatMap(String inTuple,
Collector<Tuple2<String,Integer>> out) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.