Package org.apache.beam.sdk.state
Class StateContexts
java.lang.Object
org.apache.beam.sdk.state.StateContexts
For internal use only; no backwards-compatibility guarantees.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <W extends BoundedWindow>
StateContext<W> Returns a fakeStateContext.static <W extends BoundedWindow>
StateContext<W> windowOnlyContext(W window)  
- 
Constructor Details
- 
StateContexts
public StateContexts() 
 - 
 - 
Method Details
- 
nullContext
Returns a fakeStateContext. - 
windowOnlyContext
 
 -