| Package | Description |
|---|---|
| ai.grakn.engine.tasks | |
| ai.grakn.engine.tasks.manager | |
| ai.grakn.engine.tasks.manager.redisqueue |
| Modifier and Type | Method and Description |
|---|---|
void |
BackgroundTask.initialize(java.util.function.Consumer<TaskCheckpoint> saveCheckpoint,
TaskConfiguration configuration,
TaskSubmitter taskSubmitter,
GraknEngineConfig engineConfig,
RedisCountStorage redis,
EngineGraknGraphFactory factory,
LockProvider lockProvider,
com.codahale.metrics.MetricRegistry metricRegistry)
Initialize the
BackgroundTask. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskManager
The base TaskManager interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandaloneTaskManager
In-memory task manager to schedule and execute tasks.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisTaskManager
Handle the lifecycle of tasks in Redis.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.