public interface CheckpointRecoveryFactory
| Modifier and Type | Method and Description |
|---|---|
CheckpointIDCounter |
createCheckpointIDCounter(org.apache.flink.api.common.JobID jobId)
Creates a
CheckpointIDCounter instance for a job. |
CompletedCheckpointStore |
createCheckpointStore(org.apache.flink.api.common.JobID jobId,
int maxNumberOfCheckpointsToRetain,
ClassLoader userClassLoader)
Creates a
CompletedCheckpointStore instance for a job. |
CompletedCheckpointStore createCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, ClassLoader userClassLoader) throws Exception
CompletedCheckpointStore instance for a job.jobId - Job ID to recover checkpoints formaxNumberOfCheckpointsToRetain - Maximum number of checkpoints to retainuserClassLoader - User code class loader of the jobCompletedCheckpointStore instance for the jobExceptionCheckpointIDCounter createCheckpointIDCounter(org.apache.flink.api.common.JobID jobId) throws Exception
CheckpointIDCounter instance for a job.jobId - Job ID to recover checkpoints forCheckpointIDCounter instance for the jobExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.