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()voidfinishSpecifyingOutput(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:
getPipelinein interfacePOutput
-
expand
-
finishSpecifyingOutput
Does nothing; there is nothing to finish specifying.- Specified by:
finishSpecifyingOutputin interfacePOutput
-