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