public final class KeyExtractingMapper<T,K> extends 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) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextCopyright © 2015 The Apache Software Foundation. All rights reserved.