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 CheckpointStorageAccess
Environment. getCheckpointStorageAccess()
Methods in org.apache.flink.runtime.execution with parameters of type CheckpointStorageAccess Modifier and Type Method Description default void
Environment. 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 CheckpointStorageAccess
CheckpointStorage. 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 class
AbstractFsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.class
FsCheckpointStorageAccess
An implementation of durable checkpoint storage to file systems.class
FsMergingCheckpointStorageAccess
An 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 class
MemoryBackendCheckpointStorageAccess
An 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 CheckpointStorageAccess
FileSystemCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
CheckpointStorageAccess
JobManagerCheckpointStorage. 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 CheckpointStorageAccess
RuntimeEnvironment. getCheckpointStorageAccess()
Methods in org.apache.flink.runtime.taskmanager with parameters of type CheckpointStorageAccess Modifier and Type Method Description void
RuntimeEnvironment. 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 CheckpointStorageAccess
BatchExecutionCheckpointStorage. createCheckpointStorage(org.apache.flink.api.common.JobID jobId)
-