Package org.apache.flink.runtime.state
Interface IterableStateSnapshot<K,N,S>
- All Superinterfaces:
StateSnapshot
- All Known Implementing Classes:
CopyOnWriteStateTableSnapshot
A
StateSnapshot that can return an iterator over all contained StateEntries.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.flink.runtime.state.StateSnapshot
StateSnapshot.StateKeyGroupWriter -
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.StateSnapshot
getKeyGroupWriter, getMetaInfoSnapshot, release
-
Method Details
-
getIterator
-