T - type of the valuesK1 - type of the first keyK2 - type of the second key@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>>
| 构造器和说明 |
|---|
TwoKeyExtractingMapper(org.apache.flink.api.java.functions.KeySelector<T,K1> keySelector1,
org.apache.flink.api.java.functions.KeySelector<T,K2> keySelector2) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.