Package felix.task

This package instantiates tasks that can be executed in parallel.

See:
          Description

Class Summary
ConcurrentEvidenceLoader Evidence loader that can run concurrently.
ExecuteOperatorTask Task Object for executing an operator.
OptimizeDMOTask Task Object for optimizing a DataMovementOperator.
 

Package felix.task Description

This package instantiates tasks that can be executed in parallel. Currently contain three tasks: 1) load evidence file; 2) optimize and materialize DMO; and 3) execute operator in the same ConcurrentOperatorBucket. These three are most time-consuming tasks in Felix.