Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageLocation
-
Packages that use CheckpointStorageLocation Package Description org.apache.flink.runtime.checkpoint org.apache.flink.runtime.state org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.memory -
-
Uses of CheckpointStorageLocation in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStorageLocation Modifier and Type Method Description CheckpointStorageLocation
PendingCheckpoint. getCheckpointStorageLocation()
Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStorageLocation Modifier and Type Method Description void
PendingCheckpoint. setCheckpointTargetLocation(CheckpointStorageLocation targetLocation)
-
Uses of CheckpointStorageLocation in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointStorageLocation Modifier and Type Method Description CheckpointStorageLocation
CheckpointStorageCoordinatorView. initializeLocationForCheckpoint(long checkpointId)
Initializes a storage location for new checkpoint with the given ID.CheckpointStorageLocation
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 CheckpointStorageLocation Modifier and Type Class Description class
FsCheckpointStorageLocation
A storage location for checkpoints on a file system.class
FsMergingCheckpointStorageLocation
An implementation of checkpoint storage location for file merging checkpoints.Methods in org.apache.flink.runtime.state.filesystem that return CheckpointStorageLocation Modifier and Type Method Description protected abstract CheckpointStorageLocation
AbstractFsCheckpointStorageAccess. createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location)
protected CheckpointStorageLocation
FsCheckpointStorageAccess. createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location)
CheckpointStorageLocation
FsCheckpointStorageAccess. initializeLocationForCheckpoint(long checkpointId)
CheckpointStorageLocation
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 CheckpointStorageLocation Modifier and Type Class Description class
NonPersistentMetadataCheckpointStorageLocation
A checkpoint storage location for theMemCheckpointStreamFactory
in case no durable persistence for metadata has been configured.class
PersistentMetadataCheckpointStorageLocation
A checkpoint storage location for theMemCheckpointStreamFactory
when it durably persists the metadata in a file system.Methods in org.apache.flink.runtime.state.memory that return CheckpointStorageLocation Modifier and Type Method Description protected CheckpointStorageLocation
MemoryBackendCheckpointStorageAccess. createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location)
CheckpointStorageLocation
MemoryBackendCheckpointStorageAccess. initializeLocationForCheckpoint(long checkpointId)
-