| Package | Description |
|---|---|
| org.apache.hugegraph.controller.load | |
| org.apache.hugegraph.handler | |
| org.apache.hugegraph.service.load |
| Modifier and Type | Method and Description |
|---|---|
LoadTask |
LoadTaskController.create(int connId,
int jobId,
LoadTask entity) |
LoadTask |
LoadTaskController.get(int id) |
LoadTask |
LoadTaskController.pause(int connId,
int jobId,
int taskId) |
LoadTask |
LoadTaskController.resume(int connId,
int jobId,
int taskId) |
LoadTask |
LoadTaskController.retry(int connId,
int jobId,
int taskId) |
LoadTask |
LoadTaskController.stop(int connId,
int jobId,
int taskId) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<LoadTask> |
LoadTaskController.list(int connId,
int jobId,
int pageNo,
int pageSize) |
List<LoadTask> |
LoadTaskController.list(int connId,
List<Integer> taskIds) |
List<LoadTask> |
LoadTaskController.start(int connId,
int jobId,
List<Integer> fileIds) |
| Modifier and Type | Method and Description |
|---|---|
LoadTask |
LoadTaskController.create(int connId,
int jobId,
LoadTask entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadTaskExecutor.execute(LoadTask task,
Runnable callback) |
| Modifier and Type | Method and Description |
|---|---|
LoadTask |
LoadTaskService.get(int id) |
LoadTask |
LoadTaskService.pause(int taskId) |
LoadTask |
LoadTaskService.resume(int taskId) |
LoadTask |
LoadTaskService.retry(int taskId) |
LoadTask |
LoadTaskService.start(GraphConnection connection,
FileMapping fileMapping) |
LoadTask |
LoadTaskService.stop(int taskId) |
| Modifier and Type | Method and Description |
|---|---|
List<LoadTask> |
LoadTaskService.batchTasks(int jobId) |
com.baomidou.mybatisplus.core.metadata.IPage<LoadTask> |
LoadTaskService.list(int connId,
int jobId,
int pageNo,
int pageSize) |
List<LoadTask> |
LoadTaskService.list(int connId,
List<Integer> taskIds) |
List<LoadTask> |
LoadTaskService.listAll() |
List<LoadTask> |
LoadTaskService.taskListByJob(int jobId) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadTaskService.save(LoadTask entity) |
void |
LoadTaskService.update(LoadTask entity) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.