public class ChannelStateWriteRequestExecutorFactory extends Object
ChannelStateWriteRequestExecutor.| Constructor and Description |
|---|
ChannelStateWriteRequestExecutorFactory(org.apache.flink.api.common.JobID jobID) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.runtime.checkpoint.channel.ChannelStateWriteRequestExecutor |
getOrCreateExecutor(JobVertexID jobVertexID,
int subtaskIndex,
org.apache.flink.util.function.SupplierWithException<CheckpointStorageWorkerView,? extends IOException> checkpointStorageWorkerViewSupplier,
int maxSubtasksPerChannelStateFile) |
public ChannelStateWriteRequestExecutorFactory(org.apache.flink.api.common.JobID jobID)
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)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.