T - type of valueK - type of key@Internal
public final class KeyExtractingMapper<T,K>
extends org.apache.flink.api.common.functions.RichMapFunction<T,org.apache.flink.api.java.tuple.Tuple2<K,T>>
| 构造器和说明 |
|---|
KeyExtractingMapper(org.apache.flink.api.java.functions.KeySelector<T,K> keySelector) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.flink.api.java.tuple.Tuple2<K,T> |
map(T value) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.