Uses of Interface
org.apache.flink.runtime.state.CheckpointStreamWithResultProvider.KeyedStateHandleFactory
Packages that use CheckpointStreamWithResultProvider.KeyedStateHandleFactory
-
Uses of CheckpointStreamWithResultProvider.KeyedStateHandleFactory in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with parameters of type CheckpointStreamWithResultProvider.KeyedStateHandleFactoryModifier and TypeMethodDescriptionstatic 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.