Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageLocation
Packages that use CheckpointStorageLocation
Package
Description
-
Uses of CheckpointStorageLocation in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStorageLocationMethods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStorageLocationModifier and TypeMethodDescriptionvoidPendingCheckpoint.setCheckpointTargetLocation(CheckpointStorageLocation targetLocation) -
Uses of CheckpointStorageLocation in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointStorageLocationModifier and TypeMethodDescriptionCheckpointStorageCoordinatorView.initializeLocationForCheckpoint(long checkpointId) Initializes a storage location for new checkpoint with the given ID.CheckpointStorageCoordinatorView.initializeLocationForSavepoint(long checkpointId, String externalLocationPointer) Initializes a storage location for new savepoint with the given ID. -
Uses of CheckpointStorageLocation in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStorageLocationModifier and TypeClassDescriptionclassA storage location for checkpoints on a file system.classAn implementation of checkpoint storage location for file merging checkpoints.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStorageLocationModifier and TypeMethodDescriptionprotected abstract CheckpointStorageLocationAbstractFsCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location) protected CheckpointStorageLocationFsCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location) FsCheckpointStorageAccess.initializeLocationForCheckpoint(long checkpointId) AbstractFsCheckpointStorageAccess.initializeLocationForSavepoint(long checkpointId, String externalLocationPointer) Creates a file system based storage location for a savepoint. -
Uses of CheckpointStorageLocation in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageLocationModifier and TypeClassDescriptionclassA checkpoint storage location for theMemCheckpointStreamFactoryin case no durable persistence for metadata has been configured.classA checkpoint storage location for theMemCheckpointStreamFactorywhen it durably persists the metadata in a file system.Methods in org.apache.flink.runtime.state.memory that return CheckpointStorageLocationModifier and TypeMethodDescriptionprotected CheckpointStorageLocationMemoryBackendCheckpointStorageAccess.createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location) MemoryBackendCheckpointStorageAccess.initializeLocationForCheckpoint(long checkpointId)