| Interface | Description |
|---|---|
| InputSplitProvider |
An input split provider can be successively queried to provide a series of
InputSplit objects an
AbstractInputTask is supposed to consume in the course of its execution. |
| Class | Description |
|---|---|
| AbstractInvokable |
Abstract base class for every task class in Nephele.
|
| InputSplitIterator<T extends InputSplit> |
The input split iterator allows an
AbstractInputTask to iterator over all input splits it is supposed to
consume. |
Copyright © 2014 The Apache Software Foundation. All rights reserved.