| Package | Description |
|---|---|
| ai.grakn.engine | |
| ai.grakn.engine.backgroundtasks | |
| ai.grakn.engine.backgroundtasks.distributed | |
| ai.grakn.engine.backgroundtasks.standalone | |
| ai.grakn.engine.controller |
| Modifier and Type | Method and Description |
|---|---|
static TaskManager |
GraknEngineServer.getTaskManager() |
| Modifier and Type | Method and Description |
|---|---|
TaskManager |
TaskManager.stopTask(String id,
String requesterName)
Stop a Scheduled, Paused or Running task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedTaskManager
Class to manage tasks distributed using Kafka.
|
| Modifier and Type | Method and Description |
|---|---|
TaskManager |
DistributedTaskManager.stopTask(String id,
String requesterName) |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneTaskManager
In-memory task manager to schedule and execute tasks.
|
| Modifier and Type | Method and Description |
|---|---|
TaskManager |
StandaloneTaskManager.open() |
TaskManager |
StandaloneTaskManager.stopTask(String id,
String requesterName) |
| Constructor and Description |
|---|
TasksController(TaskManager manager) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.