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 |
|---|---|
String |
getName()
Returns the name of this
PValue. |
AppliedPTransform<?,?,?> |
getProducingTransformInternal()
Returns the
AppliedPTransform that this POutputValueBase
is an output of. |
expand, finishSpecifyingOutput, getPipeline, recordAsOutputexpand, finishSpecifying, getPipelineString getName()
PValue.AppliedPTransform<?,?,?> getProducingTransformInternal()
AppliedPTransform that this POutputValueBase
is an output of.
For internal use only.