public interface CheckpointRecoveryFactory
Modifier and Type | Field and Description |
---|---|
static int |
NUMBER_OF_SUCCESSFUL_CHECKPOINTS_TO_RETAIN
The number of
CompletedCheckpoint instances to retain. |
Modifier and Type | Method and Description |
---|---|
CheckpointIDCounter |
createCheckpointIDCounter(JobID jobId)
Creates a
CheckpointIDCounter instance for a job. |
CompletedCheckpointStore |
createCompletedCheckpoints(JobID jobId,
ClassLoader userClassLoader)
Creates a
CompletedCheckpointStore instance for a job. |
void |
start()
Starts the
CheckpointRecoveryFactory service. |
void |
stop()
Stops the
CheckpointRecoveryFactory service. |
static final int NUMBER_OF_SUCCESSFUL_CHECKPOINTS_TO_RETAIN
CompletedCheckpoint
instances to retain.void start()
CheckpointRecoveryFactory
service.void stop()
CheckpointRecoveryFactory
service.CompletedCheckpointStore createCompletedCheckpoints(JobID jobId, ClassLoader userClassLoader) throws Exception
CompletedCheckpointStore
instance for a job.jobId
- Job ID to recover checkpoints foruserClassLoader
- User code class loader of the jobCompletedCheckpointStore
instance for the jobException
CheckpointIDCounter createCheckpointIDCounter(JobID jobId) throws Exception
CheckpointIDCounter
instance for a job.jobId
- Job ID to recover checkpoints forCheckpointIDCounter
instance for the jobException
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.