public static final class ConsoleIO.Write
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ConsoleIO.Write.Unbound<T>
PTransform writing PCollection to the console. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> ConsoleIO.Write.Unbound<T> | 
out()
Prints  elements from the  
PCollection to the console. | 
static <T> ConsoleIO.Write.Unbound<T> | 
out(int num)
Prints  
num elements from the PCollection to stdout. | 
public static <T> ConsoleIO.Write.Unbound<T> out()
PCollection to the console.public static <T> ConsoleIO.Write.Unbound<T> out(int num)
num elements from the PCollection to stdout.