Uses of Class
org.apache.flink.runtime.state.KeyGroupRangeOffsets
-
Packages that use KeyGroupRangeOffsets Package Description org.apache.flink.runtime.state -
-
Uses of KeyGroupRangeOffsets in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return KeyGroupRangeOffsets Modifier and Type Method Description KeyGroupRangeOffsets
KeyGroupsStateHandle. getGroupRangeOffsets()
KeyGroupRangeOffsets
KeyGroupRangeOffsets. getIntersection(KeyGroupRange keyGroupRange)
Returns a key-group range with offsets which is the intersection of the internal key-group range with the given key-group range.Methods in org.apache.flink.runtime.state with parameters of type KeyGroupRangeOffsets Modifier and Type Method Description KeyedStateHandle
CheckpointStreamWithResultProvider.KeyedStateHandleFactory. create(KeyGroupRangeOffsets keyGroupRangeOffsets, StreamStateHandle streamStateHandle)
static KeyGroupsStateHandle
KeyGroupsStateHandle. restore(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle, StateHandleID stateHandleId)
static SnapshotResult<KeyedStateHandle>
CheckpointStreamWithResultProvider. toKeyedStateHandleSnapshotResult(SnapshotResult<StreamStateHandle> snapshotResult, KeyGroupRangeOffsets keyGroupRangeOffsets, CheckpointStreamWithResultProvider.KeyedStateHandleFactory stateHandleFactory)
Helper method that takes aSnapshotResult
and aKeyGroupRangeOffsets
and creates aSnapshotResult
by combining the key groups offsets with all the present stream state handles.Constructors in org.apache.flink.runtime.state with parameters of type KeyGroupRangeOffsets Constructor Description KeyGroupsSavepointStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle)
KeyGroupsStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle)
-