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