Interface MapFunction
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
OperationAwareMapFunction
A one-one transformation function.
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(TridentTuple input) Invoked by the framework for each trident tuple in a stream.
-
Method Details
-
execute
Invoked by the framework for each trident tuple in a stream.- Parameters:
input
- the input trident tuple- Returns:
- the transformed values
-