Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.transforms
Class CombineWithContext.Context
- java.lang.Object
-
- com.google.cloud.dataflow.sdk.transforms.CombineWithContext.Context
-
- Enclosing class:
- CombineWithContext
public abstract static class CombineWithContext.Context extends Object
Information accessible to all methods inCombineFnWithContext
andKeyedCombineFnWithContext
.
-
-
Constructor Summary
Constructors Constructor and Description Context()
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
getPipelineOptions
public abstract PipelineOptions getPipelineOptions()
-
sideInput
public 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.
-
-