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 KeyGroupRangeOffsetsKeyGroupsStateHandle. getGroupRangeOffsets()KeyGroupRangeOffsetsKeyGroupRangeOffsets. 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 KeyedStateHandleCheckpointStreamWithResultProvider.KeyedStateHandleFactory. create(KeyGroupRangeOffsets keyGroupRangeOffsets, StreamStateHandle streamStateHandle)static KeyGroupsStateHandleKeyGroupsStateHandle. restore(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle, StateHandleID stateHandleId)static SnapshotResult<KeyedStateHandle>CheckpointStreamWithResultProvider. toKeyedStateHandleSnapshotResult(SnapshotResult<StreamStateHandle> snapshotResult, KeyGroupRangeOffsets keyGroupRangeOffsets, CheckpointStreamWithResultProvider.KeyedStateHandleFactory stateHandleFactory)Helper method that takes aSnapshotResultand aKeyGroupRangeOffsetsand creates aSnapshotResultby 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)
-