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