Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageAccess
-
-
Uses of CheckpointStorageAccess in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return CheckpointStorageAccess Modifier and Type Method Description default CheckpointStorageAccessEnvironment. getCheckpointStorageAccess()Methods in org.apache.flink.runtime.execution with parameters of type CheckpointStorageAccess Modifier and Type Method Description default voidEnvironment. setCheckpointStorageAccess(CheckpointStorageAccess checkpointStorageAccess) -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointStorageAccess Modifier and Type Method Description CheckpointStorageAccessCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId)Creates a storage for checkpoints for the given job. -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStorageAccess Modifier and Type Class Description classAbstractFsCheckpointStorageAccessAn implementation of durable checkpoint storage to file systems.classFsCheckpointStorageAccessAn implementation of durable checkpoint storage to file systems.classFsMergingCheckpointStorageAccessAn implementation of file merging checkpoint storage to file systems. -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageAccess Modifier and Type Class Description classMemoryBackendCheckpointStorageAccessAn implementation of a checkpoint storage for theJobManagerCheckpointStorage. -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.state.storage
Methods in org.apache.flink.runtime.state.storage that return CheckpointStorageAccess Modifier and Type Method Description CheckpointStorageAccessFileSystemCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId)CheckpointStorageAccessJobManagerCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId) -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return CheckpointStorageAccess Modifier and Type Method Description CheckpointStorageAccessRuntimeEnvironment. getCheckpointStorageAccess()Methods in org.apache.flink.runtime.taskmanager with parameters of type CheckpointStorageAccess Modifier and Type Method Description voidRuntimeEnvironment. setCheckpointStorageAccess(CheckpointStorageAccess checkpointStorageAccess) -
Uses of CheckpointStorageAccess in org.apache.flink.streaming.api.operators.sorted.state
Methods in org.apache.flink.streaming.api.operators.sorted.state that return CheckpointStorageAccess Modifier and Type Method Description CheckpointStorageAccessBatchExecutionCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
-