MCPcopy Create free account
hub / github.com/apache/storm / print

Method print

storm-client/src/jvm/org/apache/storm/streams/Stream.java:301–303  ·  view source on GitHub ↗

Print the values in this stream.

()

Source from the content-addressed store, hash-verified

299 * Print the values in this stream.
300 */
301 public void print() {
302 forEach(new PrintConsumer<T>());
303 }
304
305 /**
306 * Sends the elements of this stream to a bolt. This could be used to plug in existing bolts as sinks in the stream, for e.g. a {@code

Calls 1

forEachMethod · 0.95