public class SavepointRestoreResult extends Object
KeyedStateHandle.| 构造器和说明 |
|---|
SavepointRestoreResult(List<StateMetaInfoSnapshot> stateMetaInfoSnapshots,
ThrowingIterator<KeyGroup> groupsIterator) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.