@Public
public interface InputSplitProvider
InputSplit
objects a
task is supposed to consume in the course of its execution.Modifier and Type | Method and Description |
---|---|
org.apache.flink.core.io.InputSplit |
getNextInputSplit()
Requests the next input split to be consumed by the calling task.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.