Package org.apache.beam.sdk.transforms
Interface CombineWithContext.RequiresContextInternal
- All Known Implementing Classes:
CombineFns.ComposedCombineFnWithContext,CombineWithContext.CombineFnWithContext
- Enclosing class:
CombineWithContext
public static interface CombineWithContext.RequiresContextInternal
An internal interface for signaling that a
GloballyCombineFn or a
PerKeyCombineFn needs to access CombineWithContext.Context.
For internal use only.