| Class | Description |
|---|---|
| AppendableOutput |
Similar to
StreamOutput and
RecordOutput but uses the Append API to create the result object. |
| Output |
Super class for the output data in task worker.
|
| Outputs |
Returned by
TaskContext.getOutputs() this class provides access to the data
objects associated by a task to the output slots of a worker. |
| RecordOutput | |
| StreamOutput |
Provides direct access to the
OutputStream of a data object for writing to objectstore. |
| Enum | Description |
|---|---|
| OutputMode |
Output modes.
|