Class SavepointRestoreResult
- java.lang.Object
-
- org.apache.flink.runtime.state.restore.SavepointRestoreResult
-
public class SavepointRestoreResult extends Object
A result from restoring a singleKeyedStateHandle.
-
-
Constructor Summary
Constructors Constructor Description SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowingIterator<KeyGroup>getRestoredKeyGroups()List<StateMetaInfoSnapshot>getStateMetaInfoSnapshots()
-
-
-
Constructor Detail
-
SavepointRestoreResult
public SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)
-
-
Method Detail
-
getStateMetaInfoSnapshots
public List<StateMetaInfoSnapshot> getStateMetaInfoSnapshots()
-
getRestoredKeyGroups
public ThrowingIterator<KeyGroup> getRestoredKeyGroups()
-
-