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