Uses of Class
org.apache.flink.runtime.state.CheckpointMetadataOutputStream
Packages that use CheckpointMetadataOutputStream
Package
Description
-
Uses of CheckpointMetadataOutputStream in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointMetadataOutputStreamModifier and TypeMethodDescriptionCheckpointStorageLocation.createMetadataOutputStream()Creates the output stream to persist the checkpoint metadata to. -
Uses of CheckpointMetadataOutputStream in org.apache.flink.runtime.state.filesystem
Subclasses of CheckpointMetadataOutputStream in org.apache.flink.runtime.state.filesystemModifier and TypeClassDescriptionfinal classACheckpointMetadataOutputStreamthat writes a specified file and directory, and returns aFsCompletedCheckpointStorageLocationupon closing.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointMetadataOutputStream -
Uses of CheckpointMetadataOutputStream in org.apache.flink.runtime.state.memory
Methods in org.apache.flink.runtime.state.memory that return CheckpointMetadataOutputStreamModifier and TypeMethodDescriptionNonPersistentMetadataCheckpointStorageLocation.createMetadataOutputStream()PersistentMetadataCheckpointStorageLocation.createMetadataOutputStream()