Interface | Description |
---|---|
InputSplit<OT> |
This interface must be implemented by all kind of input splits that
can be assigned to input formats.
|
InputSplitAssigner<T> |
An input split assigner distributes the
InputSplit s among the instances on which a
data source exists. |