Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageCoordinatorView
Packages that use CheckpointStorageCoordinatorView
Package
Description
-
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint that return CheckpointStorageCoordinatorView -
Uses of CheckpointStorageCoordinatorView in org.apache.flink.runtime.state
Subinterfaces of CheckpointStorageCoordinatorView in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceImplementations 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 CheckpointStorageCoordinatorViewModifier and TypeClassDescriptionclassAn implementation of durable checkpoint storage to file systems.classAn implementation of durable checkpoint storage to file systems.classAn 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 CheckpointStorageCoordinatorViewModifier and TypeClassDescriptionclassAn implementation of a checkpoint storage for theJobManagerCheckpointStorage.