Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.values
Interface PValue
-
- All Known Subinterfaces:
- PCollectionView<T>
- All Known Implementing Classes:
- PCollection, PValueBase, TypedPValue
public interface PValue extends POutput, PInput
The interface for values that can be input to and output fromPTransforms
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description String
getName()
Returns the name of thisPValue
.AppliedPTransform<?,?,?>
getProducingTransformInternal()
Returns theAppliedPTransform
that thisPValue
is an output of.-
Methods inherited from interface com.google.cloud.dataflow.sdk.values.POutput
expand, finishSpecifyingOutput, getPipeline, recordAsOutput
-
Methods inherited from interface com.google.cloud.dataflow.sdk.values.PInput
expand, finishSpecifying, getPipeline
-
-
-
-
Method Detail
-
getProducingTransformInternal
AppliedPTransform<?,?,?> getProducingTransformInternal()
-
-