| Package | Description |
|---|---|
| ai.grakn.engine.loader |
Implements MutatorTask.
|
| ai.grakn.engine.postprocessing | |
| ai.grakn.engine.tasks | |
| ai.grakn.engine.tasks.mock |
| Modifier and Type | Class and Description |
|---|---|
class |
MutatorTask
Task that will mutate data in a graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostProcessingTask
Task that control when postprocessing starts.
|
class |
ResourceDeduplicationTask
This is a task meant to be run periodically to eliminate resource duplication.
|
class |
UpdatingInstanceCountTask
Task that controls when types are updated with their new instance counts
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BackgroundTask> |
TaskState.taskClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
EndlessExecutionMockTask
Mocked task that will never end
|
class |
FailingMockTask
Mocked task that will throw exception
|
class |
LongExecutionMockTask
Mock task that will run for 10 ms
|
class |
MockBackgroundTask
Main task Mock class- keeps track of completed and failed tasks
|
class |
ShortExecutionMockTask
Mocked task that will finish nearly instantaneously
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.