Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageAccess
Packages that use CheckpointStorageAccess
Package
Description
-
Uses of CheckpointStorageAccess in org.apache.flink.runtime.execution
Methods in org.apache.flink.runtime.execution that return CheckpointStorageAccessModifier and TypeMethodDescriptiondefault CheckpointStorageAccessEnvironment.getCheckpointStorageAccess()Methods in org.apache.flink.runtime.execution with parameters of type CheckpointStorageAccessModifier and TypeMethodDescriptiondefault voidEnvironment.setCheckpointStorageAccess(CheckpointStorageAccess checkpointStorageAccess) -
Uses of CheckpointStorageAccess in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state that return CheckpointStorageAccessModifier and TypeMethodDescriptionCheckpointStorage.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 CheckpointStorageAccessModifier and TypeClassDescriptionclassAn implementation of durable checkpoint storage to file systems.classAn implementation of durable checkpoint storage to file systems.classAn 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 CheckpointStorageAccessModifier and TypeClassDescriptionclassAn 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 CheckpointStorageAccessModifier and TypeMethodDescriptionFileSystemCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId) 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 CheckpointStorageAccessMethods in org.apache.flink.runtime.taskmanager with parameters of type CheckpointStorageAccessModifier and TypeMethodDescriptionvoidRuntimeEnvironment.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 CheckpointStorageAccessModifier and TypeMethodDescriptionBatchExecutionCheckpointStorage.createCheckpointStorage(org.apache.flink.api.common.JobID jobId)