@Internal public final class KeyRemovingMapper<T,K> extends RichMapFunction<Tuple2<K,T>,T>
Constructor and Description |
---|
KeyRemovingMapper() |
Modifier and Type | Method and Description |
---|---|
T |
map(Tuple2<K,T> value)
The mapping method.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
public T map(Tuple2<K,T> value)
MapFunction
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.