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