Package org.apache.beam.sdk.values
Class TaggedPValue
java.lang.Object
org.apache.beam.sdk.values.TaggedPValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract TupleTag<?> getTag()Returns the local tag associated with thePValue.abstract PCollection<?> getValue()Returns thePCollection.static TaggedPValueof(TupleTag<?> tag, PCollection<?> value) static TaggedPValueofExpandedValue(PCollection<?> value)
-
Constructor Details
-
TaggedPValue
public TaggedPValue()
-
-
Method Details
-
of
-
ofExpandedValue
-
getTag
Returns the local tag associated with thePValue. -
getValue
Returns thePCollection.
-