public class CombineWithContext
extends java.lang.Object
PipelineOptions and side inputs
 through CombineWithContext.Context.
 CombineWithContext.CombineFnWithContext is for users to extend.
| Modifier and Type | Class and Description | 
|---|---|
| static class  | CombineWithContext.CombineFnWithContext<InputT,AccumT,OutputT>A combine function that has access to  PipelineOptionsand side inputs throughCombineWithContext.Context. | 
| static class  | CombineWithContext.ContextInformation accessible to all methods in  CombineFnWithContextandKeyedCombineFnWithContext. | 
| static interface  | CombineWithContext.RequiresContextInternalAn internal interface for signaling that a  GloballyCombineFnor aPerKeyCombineFnneeds to accessCombineWithContext.Context. | 
| Constructor and Description | 
|---|
| CombineWithContext() |