public interface PValue extends POutput, PInput
PValue is the interface to values that can be
input and output from PTransforms.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
PTransform<?,?> |
getProducingTransformInternal()
Returns the
PTransform that this PValue is an output of. |
PValue |
setPipelineInternal(Pipeline pipeline) |
expand, finishSpecifyingOutput, recordAsOutputexpand, finishSpecifying, getPipelinejava.lang.String getName()
PTransform<?,?> getProducingTransformInternal()
PTransform that this PValue is an output of.
For internal use only.