Uses of Class
org.apache.flink.runtime.state.KeyGroupsStateHandle
-
Packages that use KeyGroupsStateHandle Package Description org.apache.flink.runtime.state -
-
Uses of KeyGroupsStateHandle in org.apache.flink.runtime.state
Subclasses of KeyGroupsStateHandle in org.apache.flink.runtime.state Modifier and Type Class Description classKeyGroupsSavepointStateHandleAKeyGroupsStateHandlethat describes a savepoint in the unified format.Methods in org.apache.flink.runtime.state that return KeyGroupsStateHandle Modifier and Type Method Description KeyGroupsStateHandleKeyGroupsSavepointStateHandle. getIntersection(KeyGroupRange keyGroupRange)KeyGroupsStateHandleKeyGroupsStateHandle. getIntersection(KeyGroupRange keyGroupRange)static KeyGroupsStateHandleKeyGroupsStateHandle. restore(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle, StateHandleID stateHandleId)
-