Package org.apache.beam.sdk.transforms
Class CombineWithContext.Context
java.lang.Object
org.apache.beam.sdk.transforms.CombineWithContext.Context
- Enclosing class:
CombineWithContext
Information accessible to all methods in
CombineFnWithContext
and
KeyedCombineFnWithContext
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PipelineOptions
abstract <T> T
sideInput
(PCollectionView<T> view) Returns the value of the side input for the window corresponding to the main input's window in which values are being combined.
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getPipelineOptions
-
sideInput
Returns the value of the side input for the window corresponding to the main input's window in which values are being combined.
-