-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.13.0
-
Component/s: Runtime / Checkpointing, Runtime / State Backends
-
Labels:
In order to implement an iterator required by a binary unified savepoint we need a way to iterate a snapshot. We should add an interface
@Internal public interface IterableStateSnapshot<K, N, S> extends StateSnapshot { Iterator<StateEntry<K, N, S>> getIterator(int keyGroup); }
that will be implemented by StateTableSnapshots.
- links to