Package org.apache.beam.runners.spark.io
Class ConsoleIO.Write
- java.lang.Object
-
- org.apache.beam.runners.spark.io.ConsoleIO.Write
-
- Enclosing class:
- ConsoleIO
public static final class ConsoleIO.Write extends java.lang.ObjectWrite to console.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConsoleIO.Write.Unbound<T>PTransformwritingPCollectionto the console.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <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 Detail
-
out
public static <T> ConsoleIO.Write.Unbound<T> out()
Prints 10 elements from thePCollectionto the console.
-
out
public static <T> ConsoleIO.Write.Unbound<T> out(int num)
Printsnumelements from thePCollectionto stdout.
-
-