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 class
A combine function that has access toPipelineOptions
and side inputs throughCombineWithContext.Context
.static class
Information accessible to all methods inCombineFnWithContext
andKeyedCombineFnWithContext
.static interface
An internal interface for signaling that aGloballyCombineFn
or aPerKeyCombineFn
needs to accessCombineWithContext.Context
. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CombineWithContext
public CombineWithContext()
-