SMILA (incubation) API documentation

Package org.eclipse.smila.taskworker.output

Class Summary
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 Provides simplified access for creating Record bulks by writing one Record (or Any) at a time.
StreamOutput Provides direct access to the OutputStream of a data object for writing to objectstore.
 


SMILA (incubation) API documentation