public static class WordCountArrayTuples.TokenizeLine extends MapFunction
| Constructor and Description |
|---|
WordCountArrayTuples.TokenizeLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
map(Value[] record,
Collector<Value[]> collector)
This method must be implemented to provide a user implementation of a mapper.
|
getUDFMethodgetDataTypesclose, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getRuntimeContext, open, setRuntimeContextpublic void map(Value[] record, Collector<Value[]> collector)
MapFunctionmap in interface GenericMapper<Value[],Value[]>map in class MapFunctionrecord - The record to be mapped.collector - A collector that collects all output records.Copyright © 2013–2014. All rights reserved.