Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
-
-
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStorageCoordinatorView Modifier and Type Method Description CheckpointStorageCoordinatorViewCheckpointCoordinator. getCheckpointStorage() -
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.state
Subinterfaces of CheckpointStorageCoordinatorView in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceCheckpointStorageAccessImplementations of this interface should implement methods acting as an administration role for checkpoint storage, which defined inCheckpointStorageCoordinatorView. -
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStorageCoordinatorView Modifier and Type Class Description classAbstractFsCheckpointStorageAccessAn implementation of durable checkpoint storage to file systems.classFsCheckpointStorageAccessAn implementation of durable checkpoint storage to file systems.classFsMergingCheckpointStorageAccessAn implementation of file merging checkpoint storage to file systems. -
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageCoordinatorView Modifier and Type Class Description classMemoryBackendCheckpointStorageAccessAn implementation of a checkpoint storage for theJobManagerCheckpointStorage.
-