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 inCheckpointStorageCoordinatorView
. And also implement methods acting as a worker role, which defined inCheckpointStorageWorkerView
.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
hasDefaultSavepointLocation, initializeBaseLocationsForCheckpoint, initializeLocationForCheckpoint, initializeLocationForSavepoint, resolveCheckpoint, supportsHighlyAvailableStorage
-
Methods inherited from interface org.apache.flink.runtime.state.CheckpointStorageWorkerView
createTaskOwnedCheckpointStateToolset, createTaskOwnedStateStream, resolveCheckpointStorageLocation, toFileMergingStorage
-
-