Package org.apache.beam.sdk.transforms
Class CombineWithContext
java.lang.Object
org.apache.beam.sdk.transforms.CombineWithContext
This class contains combine functions that have access to
PipelineOptions and side inputs
through CombineWithContext.Context.
CombineWithContext.CombineFnWithContext is for users to extend.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA combine function that has access toPipelineOptionsand side inputs throughCombineWithContext.Context.static classInformation accessible to all methods inCombineFnWithContextandKeyedCombineFnWithContext.static interfaceAn internal interface for signaling that aGloballyCombineFnor aPerKeyCombineFnneeds to accessCombineWithContext.Context. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CombineWithContext
public CombineWithContext()
-