| Package | Description |
|---|---|
| ai.grakn.engine.tasks | |
| ai.grakn.engine.tasks.manager | |
| ai.grakn.engine.tasks.manager.singlequeue |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskManager
The base TaskManager interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundTask.initialize(java.util.function.Consumer<TaskCheckpoint> saveCheckpoint,
TaskConfiguration configuration,
TaskSubmitter taskSubmitter,
GraknEngineConfig engineConfig,
RedisConnection redis,
EngineGraknGraphFactory factory)
Initialize the
BackgroundTask. |
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneTaskManager
In-memory task manager to schedule and execute tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SingleQueueTaskManager
TaskManager implementation that operates using a single Kafka queue and controls the
lifecycle SingleQueueTaskManager |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.