public static final class WordCount.Tokenizer extends Object implements FlatMapFunction<String,Tuple2<String,Integer>>
WordCount.Tokenizer()
void
flatMap(String inTuple, Collector<Tuple2<String,Integer>> out)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WordCount.Tokenizer()
public void flatMap(String inTuple, Collector<Tuple2<String,Integer>> out) throws Exception
flatMap
FlatMapFunction<String,Tuple2<String,Integer>>
Exception
Copyright © 2015 The Apache Software Foundation. All rights reserved.