Uses of Interface
org.apache.storm.trident.operation.MapFunction
Packages that use MapFunction
Package
Description
-
Uses of MapFunction in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type MapFunctionModifier and TypeMethodDescriptionStream.map
(MapFunction function) Returns a stream consisting of the result of applying the given mapping function to the values of this stream.Stream.map
(MapFunction function, Fields outputFields) Returns a stream consisting of the result of applying the given mapping function to the values of this stream. -
Uses of MapFunction in org.apache.storm.trident.operation
Subinterfaces of MapFunction in org.apache.storm.trident.operationModifier and TypeInterfaceDescriptioninterface
A one-one transformation function which is aware of Operation (lifecycle of the Trident component). -
Uses of MapFunction in org.apache.storm.trident.operation.impl
Constructors in org.apache.storm.trident.operation.impl with parameters of type MapFunction