Package org.apache.beam.sdk.values
Class PDone
java.lang.Object
org.apache.beam.sdk.values.PDone
- All Implemented Interfaces:
POutput
-
Method Summary
Modifier and TypeMethodDescriptionexpand()
void
finishSpecifyingOutput
(String transformName, PInput input, PTransform<?, ?> transform) Does nothing; there is nothing to finish specifying.static PDone
-
Method Details
-
in
-
getPipeline
Description copied from interface:POutput
- Specified by:
getPipeline
in interfacePOutput
-
expand
-
finishSpecifyingOutput
Does nothing; there is nothing to finish specifying.- Specified by:
finishSpecifyingOutput
in interfacePOutput
-