Uses of Class
org.apache.storm.trident.fluent.GroupedStream
Packages that use GroupedStream
-
Uses of GroupedStream in org.apache.storm.trident
Methods in org.apache.storm.trident that return GroupedStreamModifier and TypeMethodDescription## Grouping Operation.Methods in org.apache.storm.trident with parameters of type GroupedStreamModifier and TypeMethodDescriptionTridentTopology.multiReduce
(GroupedStream s1, GroupedStream s2, GroupedMultiReducer function, Fields outputFields) TridentTopology.multiReduce
(Fields inputFields1, GroupedStream s1, Fields inputFields2, GroupedStream s2, GroupedMultiReducer function, Fields outputFields) Method parameters in org.apache.storm.trident with type arguments of type GroupedStreamModifier and TypeMethodDescriptionTridentTopology.multiReduce
(List<GroupedStream> streams, GroupedMultiReducer function, Fields outputFields) -
Uses of GroupedStream in org.apache.storm.trident.fluent
Methods in org.apache.storm.trident.fluent that return GroupedStreamMethods in org.apache.storm.trident.fluent with parameters of type GroupedStream