Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageWorkerView
-
-
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.checkpoint.channel
Method parameters in org.apache.flink.runtime.checkpoint.channel with type arguments of type CheckpointStorageWorkerView Modifier and Type Method Description org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorChannelStateWriteRequestExecutorFactory. getOrCreateExecutor(JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier, int maxSubtasksPerChannelStateFile)Constructor parameters in org.apache.flink.runtime.checkpoint.channel with type arguments of type CheckpointStorageWorkerView Constructor Description ChannelStateWriterImpl(JobVertexID jobVertexID, String taskName, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, int maxSubtasksPerChannelStateFile) -
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.state
Subinterfaces of CheckpointStorageWorkerView in org.apache.flink.runtime.state Modifier and Type Interface Description interfaceCheckpointStorageAccessImplementations of this interface should implement methods acting as an administration role for checkpoint storage, which defined inCheckpointStorageCoordinatorView.Methods in org.apache.flink.runtime.state that return CheckpointStorageWorkerView Modifier and Type Method Description default CheckpointStorageWorkerViewCheckpointStorageWorkerView. toFileMergingStorage(FileMergingSnapshotManager mergingSnapshotManager, Environment environment)ReturnFsMergingCheckpointStorageAccessif file merging is enabled. -
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.state.filesystem
Classes in org.apache.flink.runtime.state.filesystem that implement CheckpointStorageWorkerView 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 CheckpointStorageWorkerView in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageWorkerView Modifier and Type Class Description classMemoryBackendCheckpointStorageAccessAn implementation of a checkpoint storage for theJobManagerCheckpointStorage. -
Uses of CheckpointStorageWorkerView in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return CheckpointStorageWorkerView Modifier and Type Method Description CheckpointStorageWorkerViewStreamTask. getCheckpointStorage()CheckpointStorageWorkerViewSubtaskCheckpointCoordinator. getCheckpointStorage()
-