Class CreateStreamingSparkView.CreateSparkPCollectionView<ElemT,ViewT>
java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<List<ElemT>>,PCollection<List<ElemT>>>
org.apache.beam.runners.spark.translation.streaming.CreateStreamingSparkView.CreateSparkPCollectionView<ElemT,ViewT>
- Type Parameters:
ElemT- The type of the elements of the input PCollectionViewT- The type associated with thePCollectionViewused as a side input
- All Implemented Interfaces:
Serializable,HasDisplayData
- Enclosing class:
CreateStreamingSparkView<ElemT,ViewT>
public static class CreateStreamingSparkView.CreateSparkPCollectionView<ElemT,ViewT>
extends PTransform<PCollection<List<ElemT>>,PCollection<List<ElemT>>>
Creates a primitive
PCollectionView.
For internal use only by runner implementors.
- See Also:
-
Field Summary
Fields inherited from class org.apache.beam.sdk.transforms.PTransform
annotations, displayData, name, resourceHints -
Method Summary
Modifier and TypeMethodDescriptionexpand(PCollection<List<ElemT>> input) Override this method to specify how thisPTransformshould be expanded on the givenInputT.getView()static <ElemT,ViewT>
CreateStreamingSparkView.CreateSparkPCollectionView<ElemT, ViewT> of(PCollectionView<ViewT> view) Methods inherited from class org.apache.beam.sdk.transforms.PTransform
addAnnotation, compose, compose, getAdditionalInputs, getAnnotations, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, getResourceHints, populateDisplayData, setDisplayData, setResourceHints, toString, validate, validate
-
Method Details
-
of
public static <ElemT,ViewT> CreateStreamingSparkView.CreateSparkPCollectionView<ElemT,ViewT> of(PCollectionView<ViewT> view) -
expand
Description copied from class:PTransformOverride this method to specify how thisPTransformshould be expanded on the givenInputT.NOTE: This method should not be called directly. Instead apply the
PTransformshould be applied to theInputTusing theapplymethod.Composite transforms, which are defined in terms of other transforms, should return the output of one of the composed transforms. Non-composite transforms, which do not apply any transforms internally, should return a new unbound output and register evaluators (via backend-specific registration methods).
- Specified by:
expandin classPTransform<PCollection<List<ElemT>>,PCollection<List<ElemT>>>
-
getView
-