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