Uses of Interface
org.apache.storm.streams.operations.Consumer
Packages that use Consumer
Package
Description
- 
Uses of Consumer in org.apache.storm.streamsMethods in org.apache.storm.streams with parameters of type ConsumerModifier and TypeMethodDescriptionvoidPerforms an action for each element of this stream.PairStream<K,V> Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as they are consumed from the resulting stream.Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as they are consumed from the resulting stream.
- 
Uses of Consumer in org.apache.storm.streams.operationsClasses in org.apache.storm.streams.operations that implement ConsumerModifier and TypeClassDescriptionclassA consumer that prints the input to stdout.
- 
Uses of Consumer in org.apache.storm.streams.processorsConstructors in org.apache.storm.streams.processors with parameters of type ConsumerModifierConstructorDescriptionForEachProcessor(Consumer<T> consumer) PeekProcessor(Consumer<T> consumer)