| Package | Description |
|---|---|
| ai.grakn.engine | |
| ai.grakn.engine.backgroundtasks | |
| ai.grakn.engine.backgroundtasks.taskstatestorage |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatus |
TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskStatus[] |
TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TaskStatus |
TaskState.status() |
| Modifier and Type | Method and Description |
|---|---|
Set<TaskState> |
TaskStateStorage.getTasks(TaskStatus taskStatus,
String taskClassName,
String createdBy,
int limit,
int offset)
Return a Set of Pairs of tasks that match any of the criteria.
|
TaskState |
TaskState.status(TaskStatus status) |
| Constructor and Description |
|---|
TaskState(String taskClassName,
String id,
TaskStatus status) |
| Modifier and Type | Method and Description |
|---|---|
Set<TaskState> |
TaskStateZookeeperStore.getTasks(TaskStatus taskStatus,
String taskClassName,
String createdBy,
int limit,
int offset)
This implementation will fetch all of the tasks from zookeeper and then
filer them out.
|
Set<TaskState> |
TaskStateInMemoryStore.getTasks(TaskStatus taskStatus,
String taskClassName,
String createdBy,
int limit,
int offset) |
Set<TaskState> |
TaskStateGraphStore.getTasks(TaskStatus taskStatus,
String taskClassName,
String createdBy,
int limit,
int offset) |
Set<TaskState> |
TaskStateGraphStore.getTasks(TaskStatus taskStatus,
String taskClassName,
String createdBy,
int limit,
int offset,
Boolean recurring) |
Copyright © 2017 Grakn Labs Ltd. All rights reserved.