Package org.apache.beam.sdk.state
Class ReadableStates
java.lang.Object
org.apache.beam.sdk.state.ReadableStates
For internal use only; no backwards-compatibility guarantees.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ReadableState<T> immediate(T value) AReadableStateconstructed from a constant value, hence immediately available. 
- 
Constructor Details
- 
ReadableStates
public ReadableStates() 
 - 
 - 
Method Details
- 
immediate
AReadableStateconstructed from a constant value, hence immediately available. 
 -