public class RpcInputSplitProvider extends Object implements InputSplitProvider
| Constructor and Description |
|---|
RpcInputSplitProvider(JobMasterGateway jobMasterGateway,
JobVertexID jobVertexID,
ExecutionAttemptID executionAttemptID,
java.time.Duration timeout) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.core.io.InputSplit |
getNextInputSplit(ClassLoader userCodeClassLoader)
Requests the next input split to be consumed by the calling task.
|
public RpcInputSplitProvider(JobMasterGateway jobMasterGateway, JobVertexID jobVertexID, ExecutionAttemptID executionAttemptID, java.time.Duration timeout)
public org.apache.flink.core.io.InputSplit getNextInputSplit(ClassLoader userCodeClassLoader) throws InputSplitProviderException
InputSplitProvidergetNextInputSplit in interface InputSplitProvideruserCodeClassLoader - used to deserialize input splitsnull if the
task shall not consume any further input splits.InputSplitProviderException - if fetching the next input split failsCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.