@Internal public final class TwoKeyExtractingMapper<T,K1,K2> extends RichMapFunction<T,Tuple3<K1,K2,T>>
| Constructor and Description |
|---|
TwoKeyExtractingMapper(KeySelector<T,K1> keySelector1,
KeySelector<T,K2> keySelector2) |
| Modifier and Type | Method and Description |
|---|---|
Tuple3<K1,K2,T> |
map(T value) |
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContextpublic TwoKeyExtractingMapper(KeySelector<T,K1> keySelector1, KeySelector<T,K2> keySelector2)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.