Uses of Interface
org.apache.flink.runtime.state.CompletedCheckpointStorageLocation
Packages that use CompletedCheckpointStorageLocation
Package
Description
-
Uses of CompletedCheckpointStorageLocation in org.apache.flink.runtime.checkpoint
Methods in org.apache.flink.runtime.checkpoint with parameters of type CompletedCheckpointStorageLocationModifier and TypeMethodDescriptionstatic CompletedCheckpointCheckpoints.loadAndValidateCheckpoint(org.apache.flink.api.common.JobID jobId, Map<JobVertexID, ExecutionJobVertex> tasks, CompletedCheckpointStorageLocation location, ClassLoader classLoader, boolean allowNonRestoredState, CheckpointProperties checkpointProperties) Constructors in org.apache.flink.runtime.checkpoint with parameters of type CompletedCheckpointStorageLocationModifierConstructorDescriptionCompletedCheckpoint(org.apache.flink.api.common.JobID job, long checkpointID, long timestamp, long completionTimestamp, Map<OperatorID, OperatorState> operatorStates, Collection<MasterState> masterHookStates, CheckpointProperties props, CompletedCheckpointStorageLocation storageLocation, CompletedCheckpointStats completedCheckpointStats) CompletedCheckpoint(org.apache.flink.api.common.JobID job, long checkpointID, long timestamp, long completionTimestamp, Map<OperatorID, OperatorState> operatorStates, Collection<MasterState> masterHookStates, CheckpointProperties props, CompletedCheckpointStorageLocation storageLocation, CompletedCheckpointStats completedCheckpointStats, CheckpointProperties restoredProps) -
Uses of CompletedCheckpointStorageLocation in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CompletedCheckpointStorageLocationModifier and TypeMethodDescriptionabstract CompletedCheckpointStorageLocationCheckpointMetadataOutputStream.closeAndFinalizeCheckpoint()Closes the stream after all metadata was written and finalizes the checkpoint location.CheckpointStorage.resolveCheckpoint(String externalPointer) Resolves the given pointer to a checkpoint/savepoint into a checkpoint location.CheckpointStorageCoordinatorView.resolveCheckpoint(String externalPointer) Resolves the given pointer to a checkpoint/savepoint into a checkpoint location. -
Uses of CompletedCheckpointStorageLocation in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CompletedCheckpointStorageLocationModifier and TypeClassDescriptionclassACompletedCheckpointStorageLocationthat resides on a file system.Methods in org.apache.flink.runtime.state.filesystem that return CompletedCheckpointStorageLocationModifier and TypeMethodDescriptionAbstractFileStateBackend.resolveCheckpoint(String pointer) Deprecated.AbstractFsCheckpointStorageAccess.resolveCheckpoint(String checkpointPointer) -
Uses of CompletedCheckpointStorageLocation in org.apache.flink.runtime.state.storage
Methods in org.apache.flink.runtime.state.storage that return CompletedCheckpointStorageLocationModifier and TypeMethodDescriptionFileSystemCheckpointStorage.resolveCheckpoint(String pointer) JobManagerCheckpointStorage.resolveCheckpoint(String pointer) -
Uses of CompletedCheckpointStorageLocation in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state that return CompletedCheckpointStorageLocationModifier and TypeMethodDescriptionBatchExecutionCheckpointStorage.resolveCheckpoint(String externalPointer)