public class RpcInputSplitProvider extends Object implements InputSplitProvider
| 构造器和说明 |
|---|
RpcInputSplitProvider(JobMasterGateway jobMasterGateway,
JobVertexID jobVertexID,
ExecutionAttemptID executionAttemptID,
Duration timeout) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, Duration timeout)
public org.apache.flink.core.io.InputSplit getNextInputSplit(ClassLoader userCodeClassLoader) throws InputSplitProviderException
InputSplitProvidergetNextInputSplit 在接口中 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.