public abstract class ReduceFn.OnMergeContext extends ReduceFn.Context
ReduceFn.onMerge(com.google.cloud.dataflow.sdk.util.ReduceFn<K, InputT, OutputT, W>.OnMergeContext).| Constructor and Description |
|---|
OnMergeContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<W> |
mergingWindows()
Return the collection of windows that were merged.
|
abstract ReduceFn.MergingStateContext |
state()
Return the interface for accessing state.
|
key, timers, window, windowingStrategypublic abstract Collection<W> mergingWindows()
Note that this may include the result window.
public abstract ReduceFn.MergingStateContext state()
state in class ReduceFn.Context