| Class | Description |
|---|---|
| DistributedTaskManager |
Class to manage tasks distributed using Kafka.
|
| Scheduler |
Handle execution of recurring tasks.
|
| SchedulerElector |
There is one "Scheduler" that will be constantly running on the "Leader" machine.
|
| TaskFailover |
Re-schedule tasks that were running when an instance of Engine failed
|
| TaskRunner |
Picks up tasks from the work queue, runs them and marks them as completed or failed.
|
| ZookeeperConnection |
Task encapsulating the connection to Zookeeper.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.