Uses of Interface
org.apache.storm.trident.operation.FlatMapFunction
Package
Description
-
Uses of FlatMapFunction in org.apache.storm.trident
Modifier and TypeMethodDescriptionStream.flatMap
(FlatMapFunction function) Returns a stream consisting of the results of replacing each value of this stream with the contents produced by applying the provided mapping function to each value.Stream.flatMap
(FlatMapFunction function, Fields outputFields) Returns a stream consisting of the results of replacing each value of this stream with the contents produced by applying the provided mapping function to each value. -
Uses of FlatMapFunction in org.apache.storm.trident.operation
Modifier and TypeInterfaceDescriptioninterface
A one to many transformation function which is aware of Operation (lifecycle of the Trident component). -
Uses of FlatMapFunction in org.apache.storm.trident.operation.impl