Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
Packages that use CheckpointStorageWorkerView Package Description org.apache.flink.runtime.state org.apache.flink.runtime.state.filesystem org.apache.flink.runtime.state.memory -
-
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.state
Subinterfaces of CheckpointStorageWorkerView 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.Methods in org.apache.flink.runtime.state that return CheckpointStorageWorkerView Modifier and Type Method Description default CheckpointStorageWorkerViewCheckpointStorageWorkerView. toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment)ReturnFsMergingCheckpointStorageAccessif file merging is enabled Otherwise, return itself. -
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStorageWorkerView 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 CheckpointStorageWorkerView in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageWorkerView Modifier and Type Class Description classMemoryBackendCheckpointStorageAccessAn implementation of a checkpoint storage for theMemoryStateBackend.
-