| Package | Description |
|---|---|
| org.apache.hugegraph.api.task | |
| org.apache.hugegraph.driver | |
| org.apache.hugegraph.util |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskAPI.cancel(long id) |
Task |
TaskAPI.get(long id) |
Task |
TaskAPI.waitUntilTaskSuccess(long taskId,
long seconds) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskAPI.list(List<Long> ids) |
List<Task> |
TaskAPI.list(String status,
long limit) |
List<Task> |
TasksWithPage.tasks() |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskManager.cancel(long id) |
Task |
TaskManager.get(long id) |
Task |
TaskManager.waitUntilTaskCompleted(long taskId,
long seconds) |
| Modifier and Type | Method and Description |
|---|---|
List<Task> |
TaskManager.list() |
List<Task> |
TaskManager.list(List<Long> ids) |
List<Task> |
TaskManager.list(long limit) |
List<Task> |
TaskManager.list(String status) |
List<Task> |
TaskManager.list(String status,
long limit) |
| Modifier and Type | Method and Description |
|---|---|
Task |
TaskCache.get(TaskAPI api,
long task) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.