Uses of Interface
org.apache.storm.streams.operations.PairFunction
Packages that use PairFunction
Package
Description
- 
Uses of PairFunction in org.apache.storm.sql.runtime.streams.functionsClasses in org.apache.storm.sql.runtime.streams.functions that implement PairFunction
- 
Uses of PairFunction in org.apache.storm.streamsMethods in org.apache.storm.streams with parameters of type PairFunctionModifier and TypeMethodDescription<K,V> PairStream<K, V> Stream.mapToPair(PairFunction<? super T, ? extends K, ? extends V> function) Returns a stream of key-value pairs by applying aPairFunctionon each value of this stream.
- 
Uses of PairFunction in org.apache.storm.streams.operations.mappersClasses in org.apache.storm.streams.operations.mappers that implement PairFunctionModifier and TypeClassDescriptionclassPairValueMapper<K,V> Extracts a typed key-value pair from a tuple.