Class StreamInsertMapToPairFunction
- java.lang.Object
-
- org.apache.storm.sql.runtime.streams.functions.StreamInsertMapToPairFunction
-
- All Implemented Interfaces:
Serializable
,Function<Values,Pair<Object,Values>>
,Operation
,PairFunction<Values,Object,Values>
public class StreamInsertMapToPairFunction extends Object implements PairFunction<Values,Object,Values>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamInsertMapToPairFunction(int primaryKeyIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<Object,Values>
apply(Values input)
Applies this function to the given argument.
-