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 thePCollectionto the console.static <T> ConsoleIO.Write.Unbound<T> out(int num) Printsnumelements from thePCollectionto stdout.
-
Method Details
-
out
Prints 10 elements from thePCollectionto the console. -
out
Printsnumelements from thePCollectionto stdout.
-