public class SavepointRestoreResult extends Object
KeyedStateHandle.| Constructor and Description |
|---|
SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots,
ThrowingIterator<KeyGroup> groupsIterator) |
| Modifier and Type | Method and Description |
|---|---|
ThrowingIterator<KeyGroup> |
getRestoredKeyGroups() |
List<StateMetaInfoSnapshot> |
getStateMetaInfoSnapshots() |
public SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots, ThrowingIterator<KeyGroup> groupsIterator)
public List<StateMetaInfoSnapshot> getStateMetaInfoSnapshots()
public ThrowingIterator<KeyGroup> getRestoredKeyGroups()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.