Uses of Interface
org.apache.storm.trident.operation.MapFunction
Packages that use MapFunction
Package
Description
- 
Uses of MapFunction in org.apache.storm.tridentMethods 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.operationSubinterfaces of MapFunction in org.apache.storm.trident.operationModifier and TypeInterfaceDescriptioninterfaceA one-one transformation function which is aware of Operation (lifecycle of the Trident component).
- 
Uses of MapFunction in org.apache.storm.trident.operation.implConstructors in org.apache.storm.trident.operation.impl with parameters of type MapFunction