| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<TaskDesc> |
AdminJobResult.task_desc |
| Modifier and Type | Method and Description |
|---|---|
TaskDesc |
TaskDesc.Builder.build() |
TaskDesc |
TaskDesc.deepCopy() |
TaskDesc |
TaskDesc.setHost(HostAddr host) |
TaskDesc |
TaskDesc.setJob_id(int job_id) |
TaskDesc |
TaskDesc.setStart_time(long start_time) |
TaskDesc |
TaskDesc.setStatus(JobStatus status) |
TaskDesc |
TaskDesc.setStop_time(long stop_time) |
TaskDesc |
TaskDesc.setTask_id(int task_id) |
| Modifier and Type | Method and Description |
|---|---|
List<TaskDesc> |
AdminJobResult.getTask_desc() |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskDesc.compareTo(TaskDesc other) |
| Modifier and Type | Method and Description |
|---|---|
AdminJobResult |
AdminJobResult.setTask_desc(List<TaskDesc> task_desc) |
AdminJobResult.Builder |
AdminJobResult.Builder.setTask_desc(List<TaskDesc> task_desc) |
| Constructor and Description |
|---|
TaskDesc(TaskDesc other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AdminJobResult(int job_id,
List<JobDesc> job_desc,
List<TaskDesc> task_desc,
int recovered_job_num) |
Copyright © 2022. All rights reserved.