Class ChannelStateWriteRequestExecutorFactory
java.lang.Object
org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorFactory
The factory of
ChannelStateWriteRequestExecutor.-
Constructor Summary
ConstructorsConstructorDescriptionChannelStateWriteRequestExecutorFactory(org.apache.flink.api.common.JobID jobID) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutorgetOrCreateExecutor(JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView, ? extends IOException> checkpointStorageWorkerViewSupplier, int maxSubtasksPerChannelStateFile)
-
Constructor Details
-
ChannelStateWriteRequestExecutorFactory
public ChannelStateWriteRequestExecutorFactory(org.apache.flink.api.common.JobID jobID)
-
-
Method Details
-
getOrCreateExecutor
public org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutor getOrCreateExecutor(JobVertexID jobVertexID, int subtaskIndex, org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView, ? extends IOException> checkpointStorageWorkerViewSupplier, int maxSubtasksPerChannelStateFile)
-