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