-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: API / DataStream
-
Labels:
-
Release Note:
Some methods for state access in the DataStream API are deprecated for three years (yes, indeed!) and are still around and confusing users. We should finally remove them.
The methods are
- RuntimeContext.getFoldingState(...)
- OperatorStateStore.getSerializableListState(...)
- OperatorStateStore.getOperatorState(...)
- links to