Class PerJobCheckpointRecoveryFactory<T extends CompletedCheckpointStore>

java.lang.Object
org.apache.flink.runtime.checkpoint.PerJobCheckpointRecoveryFactory<T>
All Implemented Interfaces:
CheckpointRecoveryFactory

public class PerJobCheckpointRecoveryFactory<T extends CompletedCheckpointStore> extends Object implements CheckpointRecoveryFactory
Simple CheckpointRecoveryFactory which creates and keeps separate CompletedCheckpointStore and CheckpointIDCounter for each JobID.