Uses of Interface
org.apache.flink.runtime.state.restore.ThrowingIterator
-
Packages that use ThrowingIterator Package Description org.apache.flink.runtime.state.restore -
-
Uses of ThrowingIterator in org.apache.flink.runtime.state.restore
Methods in org.apache.flink.runtime.state.restore that return ThrowingIterator Modifier and Type Method Description ThrowingIterator<KeyGroupEntry>KeyGroup. getKeyGroupEntries()ThrowingIterator<KeyGroup>SavepointRestoreResult. getRestoredKeyGroups()ThrowingIterator<SavepointRestoreResult>FullSnapshotRestoreOperation. restore()Constructors in org.apache.flink.runtime.state.restore with parameters of type ThrowingIterator Constructor Description SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)
-