Uses of Class
org.apache.flink.runtime.state.KeyGroupRangeOffsets
Packages that use KeyGroupRangeOffsets
-
Uses of KeyGroupRangeOffsets in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return KeyGroupRangeOffsetsModifier and TypeMethodDescriptionKeyGroupsStateHandle.getGroupRangeOffsets()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 KeyGroupRangeOffsetsModifier and TypeMethodDescriptionCheckpointStreamWithResultProvider.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 aSnapshotResult<StreamStateHandle>and aKeyGroupRangeOffsetsand creates aSnapshotResult<KeyedStateHandle>by combining the key groups offsets with all the present stream state handles.Constructors in org.apache.flink.runtime.state with parameters of type KeyGroupRangeOffsetsModifierConstructorDescriptionKeyGroupsSavepointStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle) KeyGroupsStateHandle(KeyGroupRangeOffsets groupRangeOffsets, StreamStateHandle streamStateHandle)