@Internal
public final class KeyRemovingMapper<T,K>
extends org.apache.flink.api.common.functions.RichMapFunction<org.apache.flink.api.java.tuple.Tuple2<K,T>,T>
| Constructor and Description |
|---|
KeyRemovingMapper() |
| Modifier and Type | Method and Description |
|---|---|
T |
map(org.apache.flink.api.java.tuple.Tuple2<K,T> value) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.