Uses of Interface
org.apache.storm.streams.operations.Consumer
Packages that use Consumer
Package
Description
-
Uses of Consumer in org.apache.storm.streams
Methods in org.apache.storm.streams with parameters of type ConsumerModifier and TypeMethodDescriptionvoid
Performs 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.operations
Classes in org.apache.storm.streams.operations that implement ConsumerModifier and TypeClassDescriptionclass
A consumer that prints the input to stdout. -
Uses of Consumer in org.apache.storm.streams.processors
Constructors in org.apache.storm.streams.processors with parameters of type ConsumerModifierConstructorDescriptionForEachProcessor
(Consumer<T> consumer) PeekProcessor
(Consumer<T> consumer)