- java.lang.Object
-
- org.apache.flink.api.common.functions.AbstractRichFunction
-
- org.apache.flink.api.common.functions.RichMapFunction<Tuple2<K,T>,T>
-
- org.apache.flink.api.java.operators.translation.KeyRemovingMapper<T,K>
-
- All Implemented Interfaces:
- Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.MapFunction<Tuple2<K,T>,T>, org.apache.flink.api.common.functions.RichFunction
public final class KeyRemovingMapper<T,K>
extends org.apache.flink.api.common.functions.RichMapFunction<Tuple2<K,T>,T>
- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class org.apache.flink.api.common.functions.AbstractRichFunction
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.