Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.transforms
Interface CombineWithContext.RequiresContextInternal
-
- All Known Implementing Classes:
- CombineFns.ComposedCombineFnWithContext, CombineFns.ComposedKeyedCombineFnWithContext, CombineWithContext.CombineFnWithContext, CombineWithContext.KeyedCombineFnWithContext
- Enclosing class:
- CombineWithContext
public static interface CombineWithContext.RequiresContextInternal
An internal interface for signaling that aGloballyCombineFn
or aPerKeyCombineFn
needs to accessCombineWithContext.Context
.For internal use only.