Uses of Class
org.apache.flink.runtime.state.filemerging.SegmentFileStateHandle
Packages that use SegmentFileStateHandle
Package
Description
-
Uses of SegmentFileStateHandle in org.apache.flink.runtime.checkpoint.filemerging
Method parameters in org.apache.flink.runtime.checkpoint.filemerging with type arguments of type SegmentFileStateHandleModifier and TypeMethodDescriptionvoidFileMergingSnapshotManager.restoreStateHandles(long checkpointId, FileMergingSnapshotManager.SubtaskKey subtaskKey, Stream<SegmentFileStateHandle> stateHandles) Restore and re-register the SegmentFileStateHandles into FileMergingSnapshotManager.voidFileMergingSnapshotManagerBase.restoreStateHandles(long checkpointId, FileMergingSnapshotManager.SubtaskKey subtaskKey, Stream<SegmentFileStateHandle> stateHandles) -
Uses of SegmentFileStateHandle in org.apache.flink.runtime.state.filemerging
Subclasses of SegmentFileStateHandle in org.apache.flink.runtime.state.filemergingModifier and TypeClassDescriptionclassAn emptySegmentFileStateHandlethat is only used as a placeholder. -
Uses of SegmentFileStateHandle in org.apache.flink.runtime.state.filesystem
Methods in org.apache.flink.runtime.state.filesystem that return SegmentFileStateHandleModifier and TypeMethodDescriptionFileMergingCheckpointStateOutputStream.closeAndGetHandle()FileMergingCheckpointStateOutputStream.FileMergingSnapshotManagerProxy.closeStreamAndCreateStateHandle(org.apache.flink.core.fs.Path filePath, long startPos, long stateSize) Close the stream and create aSegmentFileStateHandlefor a file segment.