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 CheckpointStorageLocationPendingCheckpoint. getCheckpointStorageLocation()Methods in org.apache.flink.runtime.checkpoint with parameters of type CheckpointStorageLocation Modifier and Type Method Description voidPendingCheckpoint. 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 CheckpointStorageLocationCheckpointStorageCoordinatorView. initializeLocationForCheckpoint(long checkpointId)Initializes a storage location for new checkpoint with the given ID.CheckpointStorageLocationCheckpointStorageCoordinatorView. 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 classFsCheckpointStorageLocationA storage location for checkpoints on a file system.classFsMergingCheckpointStorageLocationAn 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 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)CheckpointStorageLocationFsCheckpointStorageAccess. initializeLocationForCheckpoint(long checkpointId)CheckpointStorageLocationAbstractFsCheckpointStorageAccess. 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 classNonPersistentMetadataCheckpointStorageLocationA checkpoint storage location for theMemCheckpointStreamFactoryin case no durable persistence for metadata has been configured.classPersistentMetadataCheckpointStorageLocationA checkpoint storage location for theMemCheckpointStreamFactorywhen 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 CheckpointStorageLocationMemoryBackendCheckpointStorageAccess. createSavepointLocation(org.apache.flink.core.fs.FileSystem fs, org.apache.flink.core.fs.Path location)CheckpointStorageLocationMemoryBackendCheckpointStorageAccess. initializeLocationForCheckpoint(long checkpointId)
-