Skip to content
Nadeem Mohammad edited this page Aug 28, 2016 · 30 revisions

Level 0

Dexecutor Works with 5 components, of which 2 has to be provided by client (Executor Service, Task Provider), 1 (Graph) is internally created, and the rest of the 2 (Traversar [for printing the graph] and Validator [for validating the constructed graph]) are optional (Uses system default if not provided by client)

Dexecutor Level 0

Graph

A graph is a collection of nodes with edges describing relationship among them

A Node

A node has a set of incoming and outgoing edges Dexecutor Node

Graph is used by dexecutor to represent task relationship and dependencies among tasks, to do this Dexecutor uses very minimal information (Unique ID) to construct nodes.

Task Provider

TODO

Executor Service

TODO

Validator

TODO

Traversar

TODO

Level 1

Dexecutor Level One

Clone this wiki locally