Uses of Interface
org.apache.flink.runtime.state.CheckpointStorageWorkerView
Packages that use CheckpointStorageWorkerView
Package
Description
-
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.checkpoint.channel
Method parameters in org.apache.flink.runtime.checkpoint.channel with type arguments of type CheckpointStorageWorkerViewModifier and TypeMethodDescriptionorg.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 CheckpointStorageWorkerViewModifierConstructorDescriptionChannelStateWriterImpl(JobVertexID jobVertexID, String taskName, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView, ? extends IOException> checkpointStorageWorkerViewSupplier, ChannelStateWriteRequestExecutorFactory channelStateExecutorFactory, int maxSubtasksPerChannelStateFile) Creates aChannelStateWriterImplwithChannelStateWriterImpl.DEFAULT_MAX_CHECKPOINTSasChannelStateWriterImpl.maxCheckpoints. -
Uses of CheckpointStorageWorkerView in org.apache.flink.runtime.state
Subinterfaces of CheckpointStorageWorkerView in org.apache.flink.runtime.stateModifier and TypeInterfaceDescriptioninterfaceImplementations 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 CheckpointStorageWorkerViewModifier and TypeMethodDescriptiondefault 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 CheckpointStorageWorkerViewModifier 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 CheckpointStorageWorkerView in org.apache.flink.runtime.state.memory
Classes in org.apache.flink.runtime.state.memory that implement CheckpointStorageWorkerViewModifier and TypeClassDescriptionclassAn 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 CheckpointStorageWorkerViewModifier and TypeMethodDescriptionStreamTask.getCheckpointStorage()SubtaskCheckpointCoordinator.getCheckpointStorage()