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 PCollection
ViewT - The type associated with the PCollectionView used 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: