Class AbstractCompleteCheckpointStore

java.lang.Object
org.apache.flink.runtime.checkpoint.AbstractCompleteCheckpointStore
All Implemented Interfaces:
CompletedCheckpointStore
Direct Known Subclasses:
DefaultCompletedCheckpointStore, EmbeddedCompletedCheckpointStore, StandaloneCompletedCheckpointStore

public abstract class AbstractCompleteCheckpointStore extends Object implements CompletedCheckpointStore
The abstract class of CompletedCheckpointStore, which holds the SharedStateRegistry and provides the registration of shared state.