public abstract static class CombineWithContext.Context extends Object
CombineFnWithContext
and KeyedCombineFnWithContext.| Constructor and Description |
|---|
Context() |
| Modifier and Type | Method and Description |
|---|---|
abstract PipelineOptions |
getPipelineOptions()
|
abstract <T> T |
sideInput(PCollectionView<T> view)
Returns the value of the side input for the window corresponding to the
window of the main input element.
|
public abstract PipelineOptions getPipelineOptions()
public abstract <T> T sideInput(PCollectionView<T> view)