| Package | Description |
|---|---|
| ai.grakn.engine.tasks | |
| ai.grakn.engine.tasks.manager | |
| ai.grakn.engine.tasks.manager.singlequeue | |
| ai.grakn.engine.tasks.storage |
| Modifier and Type | Method and Description |
|---|---|
TaskStateStorage |
TaskManager.storage()
Return the StateStorage instance that is used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
TaskStateStorage |
StandaloneTaskManager.storage() |
| Modifier and Type | Method and Description |
|---|---|
TaskStateStorage |
SingleQueueTaskManager.storage()
Access the storage that this instance of TaskManager uses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskStateInMemoryStore
Implementation of StateStorage that stores task state in memory.
|
class |
TaskStateZookeeperStore
Manages the state of background
BackgroundTask in
a synchronized manner withing a cluster. |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.