| 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
DistributedTaskManager.scheduleTask(BackgroundTask task,
String createdBy,
Date runAt,
long period,
org.json.JSONObject configuration) |
| Modifier and Type | Method and Description |
|---|---|
String |
StandaloneTaskManager.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 © 2017 Grakn Labs Ltd. All rights reserved.