public static final class ConsoleIO.Write
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ConsoleIO.Write.Unbound<T>PTransformwritingPCollectionto the console. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T> ConsoleIO.Write.Unbound<T> | out()Prints  elements from the  PCollectionto the console. | 
| static <T> ConsoleIO.Write.Unbound<T> | out(int num)Prints  numelements from thePCollectionto 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.