| Package | Description |
|---|---|
| ai.grakn.engine.backgroundtasks | |
| ai.grakn.engine.loader | |
| ai.grakn.engine.postprocessing |
| Modifier and Type | Method and Description |
|---|---|
String |
TaskManager.scheduleTask(BackgroundTask task,
String createdBy,
Date runAt,
long period,
org.json.JSONObject configuration)
Schedule a single shot/one off BackgroundTask to run after a @delay in milliseconds.
|
String |
InMemoryTaskManager.scheduleTask(BackgroundTask task,
String createdBy,
Date runAt,
long period,
org.json.JSONObject configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoaderTask
Task that will load data into the graph
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostProcessingTask |
Copyright © 2016 Grakn Labs Ltd. All rights reserved.