Class PBegin

java.lang.Object
org.apache.beam.sdk.values.PBegin
All Implemented Interfaces:
PInput

public class PBegin extends Object implements PInput
PBegin is the "input" to a root PTransform, such as Read or Create.

Typically elided by simply calling Pipeline.apply(String, PTransform) or Pipeline.apply(PTransform), but one can be explicitly created by calling Pipeline.begin() on a Pipeline.