Package org.apache.beam.sdk.state
Interface StateContext<W extends BoundedWindow>
For internal use only; no backwards-compatibility guarantees.
-
Method Summary
Modifier and TypeMethodDescriptionReturns thePipelineOptionsspecified with thePipelineRunner.<T> TsideInput(PCollectionView<T> view) Returns the value of the side input for the corresponding state window.window()Returns the window corresponding to the state.
-
Method Details
-
getPipelineOptions
PipelineOptions getPipelineOptions()Returns thePipelineOptionsspecified with thePipelineRunner. -
sideInput
Returns the value of the side input for the corresponding state window. -
window
W window()Returns the window corresponding to the state.
-