Uses of Interface
org.apache.storm.trident.operation.MapFunction
Package
Description
-
Uses of MapFunction in org.apache.storm.trident
Modifier 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
Modifier 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