Class FSLoaderTask¶
Defined in File stage.py
Inheritance Relationships¶
Base Type¶
public stage.Task(Class Task)
Class Documentation¶
- stage.FSLoaderTask : public stage.Task
A FSLoaderTask reads files from the filesystem bundles the data of the files into batches and forwards them to the next task waiting on the output queuee. Attributes: o_queue: The output queue to write the transformed messages loader: A child class inheriting from FileReader that loads data from the filesystem. pattern: The (glob-)pattern of the files to be read.