Class BatchExecutionCheckpointStorage
- java.lang.Object
-
- org.apache.flink.streaming.api.operators.sorted.state.BatchExecutionCheckpointStorage
-
- All Implemented Interfaces:
Serializable,org.apache.flink.runtime.state.CheckpointStorage
public class BatchExecutionCheckpointStorage extends Object implements org.apache.flink.runtime.state.CheckpointStorage
A simpleCheckpointStoragewhich is used in a BATCH style execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchExecutionCheckpointStorage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.runtime.state.CheckpointStorageAccesscreateCheckpointStorage(org.apache.flink.api.common.JobID jobId)org.apache.flink.runtime.state.CompletedCheckpointStorageLocationresolveCheckpoint(String externalPointer)
-
-
-
Method Detail
-
resolveCheckpoint
public org.apache.flink.runtime.state.CompletedCheckpointStorageLocation resolveCheckpoint(String externalPointer)
- Specified by:
resolveCheckpointin interfaceorg.apache.flink.runtime.state.CheckpointStorage
-
createCheckpointStorage
public org.apache.flink.runtime.state.CheckpointStorageAccess createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
- Specified by:
createCheckpointStoragein interfaceorg.apache.flink.runtime.state.CheckpointStorage
-
-