public class BatchExecutionCheckpointStorage extends Object implements org.apache.flink.runtime.state.CheckpointStorage
CheckpointStorage which is used in a BATCH style execution.| Constructor and Description |
|---|
BatchExecutionCheckpointStorage() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.state.CheckpointStorageAccess |
createCheckpointStorage(org.apache.flink.api.common.JobID jobId) |
org.apache.flink.runtime.state.CompletedCheckpointStorageLocation |
resolveCheckpoint(String externalPointer) |
public org.apache.flink.runtime.state.CompletedCheckpointStorageLocation resolveCheckpoint(String externalPointer)
resolveCheckpoint in interface org.apache.flink.runtime.state.CheckpointStoragepublic org.apache.flink.runtime.state.CheckpointStorageAccess createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
createCheckpointStorage in interface org.apache.flink.runtime.state.CheckpointStorageCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.