| Class | Description |
|---|---|
| Input |
Base class for input wrappers.
|
| Inputs |
Returned by
TaskContext.getInputs() this class provides access to the data
objects associated by a task to the input slots of a worker. |
| RecordInput |
Provides access to objects like record bulks that are sequences of BON
Records. |
| StreamInput |
Provides direct access to the
InputStream for reading from objectstore. |
| Enum | Description |
|---|---|
| InputMode |
Input modes.
|