Class RpcInputSplitProvider

    • Method Detail

      • getNextInputSplit

        public org.apache.flink.core.io.InputSplit getNextInputSplit​(ClassLoader userCodeClassLoader)
                                                              throws InputSplitProviderException
        Description copied from interface: InputSplitProvider
        Requests the next input split to be consumed by the calling task.
        Specified by:
        getNextInputSplit in interface InputSplitProvider
        Parameters:
        userCodeClassLoader - used to deserialize input splits
        Returns:
        the next input split to be consumed by the calling task or null if the task shall not consume any further input splits.
        Throws:
        InputSplitProviderException - if fetching the next input split fails