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 class
KeyGroupsSavepointStateHandle
AKeyGroupsStateHandle
that describes a savepoint in the unified format.Methods in org.apache.flink.runtime.state that return KeyGroupsStateHandle Modifier and Type Method Description KeyGroupsStateHandle
KeyGroupsSavepointStateHandle. getIntersection(KeyGroupRange keyGroupRange)
KeyGroupsStateHandle
KeyGroupsStateHandle. getIntersection(KeyGroupRange keyGroupRange)
static KeyGroupsStateHandle
KeyGroupsStateHandle. restore(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle, StateHandleID stateHandleId)
-