Class StandaloneCheckpointRecoveryFactory
java.lang.Object
org.apache.flink.runtime.checkpoint.StandaloneCheckpointRecoveryFactory
- All Implemented Interfaces:
CheckpointRecoveryFactory
public class StandaloneCheckpointRecoveryFactory
extends Object
implements CheckpointRecoveryFactory
CheckpointCoordinator components in HighAvailabilityMode.NONE.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCheckpointIDCounter(org.apache.flink.api.common.JobID ignored) Creates aCheckpointIDCounterinstance for a job.createRecoveredCompletedCheckpointStore(org.apache.flink.api.common.JobID jobId, int maxNumberOfCheckpointsToRetain, SharedStateRegistryFactory sharedStateRegistryFactory, Executor ioExecutor, org.apache.flink.core.execution.RecoveryClaimMode recoveryClaimMode) Creates a RECOVEREDCompletedCheckpointStoreinstance for a job.
-
Constructor Details
-
StandaloneCheckpointRecoveryFactory
public StandaloneCheckpointRecoveryFactory()
-
-
Method Details
-
createCheckpointIDCounter
Description copied from interface:CheckpointRecoveryFactoryCreates aCheckpointIDCounterinstance for a job.- Specified by:
createCheckpointIDCounterin interfaceCheckpointRecoveryFactory- Parameters:
ignored- Job ID to recover checkpoints for- Returns:
CheckpointIDCounterinstance for the job