Package org.apache.beam.runners.spark.io
Class ConsoleIO.Write
java.lang.Object
org.apache.beam.runners.spark.io.ConsoleIO.Write
- Enclosing class:
ConsoleIO
Write to console.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ConsoleIO.Write.Unbound
<T> out()
Prints 10 elements from thePCollection
to the console.static <T> ConsoleIO.Write.Unbound
<T> out
(int num) Printsnum
elements from thePCollection
to stdout.
-
Method Details
-
out
Prints 10 elements from thePCollection
to the console. -
out
Printsnum
elements from thePCollection
to stdout.
-