Package org.apache.flink.runtime.state
Interface CheckpointStorageAccess
- All Superinterfaces:
CheckpointStorageCoordinatorView,CheckpointStorageWorkerView
- All Known Implementing Classes:
AbstractFsCheckpointStorageAccess,FsCheckpointStorageAccess,FsMergingCheckpointStorageAccess,MemoryBackendCheckpointStorageAccess
public interface CheckpointStorageAccess
extends CheckpointStorageCoordinatorView, CheckpointStorageWorkerView
Implementations of this interface should implement methods acting as an administration role for
checkpoint storage, which defined in
CheckpointStorageCoordinatorView. And also implement
methods acting as a worker role, which defined in CheckpointStorageWorkerView.-
Method Summary
Methods inherited from interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
hasDefaultSavepointLocation, initializeBaseLocationsForCheckpoint, initializeLocationForCheckpoint, initializeLocationForSavepoint, resolveCheckpoint, supportsHighlyAvailableStorageMethods inherited from interface org.apache.flink.runtime.state.CheckpointStorageWorkerView
createTaskOwnedCheckpointStateToolset, createTaskOwnedStateStream, resolveCheckpointStorageLocation, toFileMergingStorage