@Internal public abstract class TaggedPValue extends java.lang.Object
| Constructor and Description |
|---|
TaggedPValue() |
| Modifier and Type | Method and Description |
|---|---|
abstract TupleTag<?> |
getTag()
Returns the local tag associated with the
PValue. |
abstract PCollection<?> |
getValue()
Returns the
PCollection. |
static TaggedPValue |
of(TupleTag<?> tag,
PCollection<?> value) |
static TaggedPValue |
ofExpandedValue(PCollection<?> value) |
public static TaggedPValue of(TupleTag<?> tag, PCollection<?> value)
public static TaggedPValue ofExpandedValue(PCollection<?> value)
public abstract PCollection<?> getValue()
PCollection.