public class PDone extends POutputValueBase
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends PValue> |
expand()
|
static PDone |
in(Pipeline pipeline)
|
finishSpecifyingOutput, getPipeline, getProducingTransformInternal, recordAsOutputpublic Collection<? extends PValue> expand()
POutputPOutput into a list of its component output
PValues.
PValue expands to itself.PValues (such as
PCollectionTuple or PCollectionList)
expands to its component PValue PValues.Not intended to be invoked directly by user code.