| 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 |
DistributedTaskManager.storage() |
| Constructor and Description |
|---|
Scheduler(TaskStateStorage storage) |
SchedulerElector(TaskStateStorage storage,
ZookeeperConnection zookeeperConnection) |
TaskFailover(org.apache.curator.framework.CuratorFramework client,
org.apache.curator.framework.recipes.cache.TreeCache cache,
TaskStateStorage stateStorage) |
TaskRunner(TaskStateStorage storage,
ZookeeperConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
TaskStateStorage |
StandaloneTaskManager.storage() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskStateGraphStore
Implementation of StateStorage that stores task state in the Grakn system graph.
|
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.