| Interface | Description |
|---|---|
| TaskManager |
The base TaskManager interface.
|
| TaskStateStorage |
The base StateStorage interface.
|
| TaskSubmitter |
Submits Background Tasks for processing
|
| Class | Description |
|---|---|
| StandaloneTaskManager |
In-memory task manager to schedule and execute tasks.
|
| TaskCheckpoint |
Internal checkpoint used to keep track of task execution
|
| TaskConfiguration |
Internal checkpoint used to keep track of task execution
|
| TaskSchedule |
Scheduling information for tasks, contained within a
TaskState. |
| TaskState |
Internal task state model used to keep track of scheduled tasks.
|
| TaskStateInMemoryStore |
Implementation of StateStorage that stores task state in memory.
|
| Enum | Description |
|---|---|
| TaskState.Priority |
The priority of the task which decides which queue the task should go into
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.