Class SavepointRestoreResult
java.lang.Object
org.apache.flink.runtime.state.restore.SavepointRestoreResult
A result from restoring a single
KeyedStateHandle.-
Constructor Summary
ConstructorsConstructorDescriptionSavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
SavepointRestoreResult
public SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)
-
-
Method Details
-
getStateMetaInfoSnapshots
-
getRestoredKeyGroups
-