Uses of Interface
org.apache.flink.runtime.state.restore.ThrowingIterator
Packages that use ThrowingIterator
-
Uses of ThrowingIterator in org.apache.flink.runtime.state.restore
Methods in org.apache.flink.runtime.state.restore that return ThrowingIteratorModifier and TypeMethodDescriptionKeyGroup.getKeyGroupEntries()SavepointRestoreResult.getRestoredKeyGroups()FullSnapshotRestoreOperation.restore()Constructors in org.apache.flink.runtime.state.restore with parameters of type ThrowingIteratorModifierConstructorDescriptionSavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)