Package org.apache.beam.sdk.values
Interface PInput
- All Known Subinterfaces:
PCollectionView<T>,PValue
- All Known Implementing Classes:
DicomIO.ReadStudyMetadata.Result,FhirIO.Read.Result,FhirIO.Search.Result,FhirIOPatientEverything.Result,HL7v2IO.HL7v2Read.Result,HL7v2IO.Read.Result,KeyedPCollectionTuple,PBegin,PCollection,PCollectionList,PCollectionRowTuple,PCollectionTuple,PCollectionViews.SimplePCollectionView,PValueBase,WithFailures.Result
public interface PInput
The interface for things that might be input to a
PTransform.-
Method Summary
-
Method Details
-
getPipeline
Pipeline getPipeline() -
expand
Expands thisPInputinto a list of its component outputPValues.- A
PValueexpands to itself. - A tuple or list of
PValues(such asPCollectionTupleorPCollectionList) expands to its componentPValue PValues.
Not intended to be invoked directly by user code.
- A
-