public interface InputSplitProvider
InputSplit objects an
AbstractInputTask 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
AbstractInputTask. |
InputSplit getNextInputSplit()
AbstractInputTask.AbstractInputTask or null if the
AbstractInputTask shall not consume any further input splits.Copyright © 2014 The Apache Software Foundation. All rights reserved.