Package org.apache.beam.sdk.transforms
Class CombineFnBase
java.lang.Object
org.apache.beam.sdk.transforms.CombineFnBase
For internal use only; no backwards-compatibility guarantees.
This class contains the shared interfaces and abstract classes for different types of combine functions.
Users should not implement or extend them directly.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
For internal use only; no backwards-compatibility guarantees. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CombineFnBase
public CombineFnBase()
-