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.