@PublicEvolving public interface InputSplitAssigner
InputSplit
s among the instances on which a
data source exists.Modifier and Type | Method and Description |
---|---|
InputSplit |
getNextInputSplit(String host,
int taskId)
Returns the next input split that shall be consumed.
|
InputSplit getNextInputSplit(String host, int taskId)
host
- The host address of split requesting task.taskId
- The id of the split requesting task.null
if no more splits remain.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.