Class SparkPCollectionView
java.lang.Object
org.apache.beam.runners.spark.translation.SparkPCollectionView
- All Implemented Interfaces:
Serializable
SparkPCollectionView is used to pass serialized views to lambdas.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
putPView
(PCollectionView<?> view, Iterable<WindowedValue<?>> value, Coder<Iterable<WindowedValue<?>>> coder) void
putStreamingPView
(PCollectionView<?> view, Iterable<WindowedValue<?>> value, Coder<Iterable<WindowedValue<?>>> coder)
-
Constructor Details
-
SparkPCollectionView
public SparkPCollectionView()
-
-
Method Details
-
putPView
public void putPView(PCollectionView<?> view, Iterable<WindowedValue<?>> value, Coder<Iterable<WindowedValue<?>>> coder) -
putStreamingPView
public void putStreamingPView(PCollectionView<?> view, Iterable<WindowedValue<?>> value, Coder<Iterable<WindowedValue<?>>> coder)
-