public class BatchExecutionCheckpointStorage extends Object implements CheckpointStorage
CheckpointStorage
which is used in a BATCH style execution.Constructor and Description |
---|
BatchExecutionCheckpointStorage() |
Modifier and Type | Method and Description |
---|---|
CheckpointStorageAccess |
createCheckpointStorage(JobID jobId)
Creates a storage for checkpoints for the given job.
|
CompletedCheckpointStorageLocation |
resolveCheckpoint(String externalPointer)
Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.
|
public CompletedCheckpointStorageLocation resolveCheckpoint(String externalPointer)
CheckpointStorage
resolveCheckpoint
in interface CheckpointStorage
externalPointer
- The external checkpoint pointer to resolve.public CheckpointStorageAccess createCheckpointStorage(JobID jobId)
CheckpointStorage
createCheckpointStorage
in interface CheckpointStorage
jobId
- The job to store checkpoint data for.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.