public class PDone extends POutputValueBase
PDone is the output of a
PTransform that
doesn't have a non-trival result, e.g., a Write. No more
transforms can be applied to it.| Modifier and Type | Method and Description |
|---|---|
Collection<? extends PValue> |
expand()
Expands this
POutput into a list of its component output
PValues. |
static PDone |
in(Pipeline pipeline)
Creates a
PDone in the given Pipeline. |
finishSpecifyingOutput, getPipeline, getProducingTransformInternal, recordAsOutputpublic Collection<? extends PValue> expand()
POutputPOutput into a list of its component output
PValues.
A PValue expands to itself.
A tuple or list of PValues (e.g.,
PCollectionTuple, and
PCollectionList) expands to its component PValues.
Not intended to be invoked directly by user code.