| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<JobDesc> |
AdminJobResult.job_desc |
| Modifier and Type | Method and Description |
|---|---|
JobDesc |
JobDesc.Builder.build() |
JobDesc |
JobDesc.deepCopy() |
JobDesc |
JobDesc.setCmd(AdminCmd cmd) |
JobDesc |
JobDesc.setId(int id) |
JobDesc |
JobDesc.setParas(List<String> paras) |
JobDesc |
JobDesc.setStart_time(long start_time) |
JobDesc |
JobDesc.setStatus(JobStatus status) |
JobDesc |
JobDesc.setStop_time(long stop_time) |
| Modifier and Type | Method and Description |
|---|---|
List<JobDesc> |
AdminJobResult.getJob_desc() |
| Modifier and Type | Method and Description |
|---|---|
int |
JobDesc.compareTo(JobDesc other) |
| Modifier and Type | Method and Description |
|---|---|
AdminJobResult |
AdminJobResult.setJob_desc(List<JobDesc> job_desc) |
AdminJobResult.Builder |
AdminJobResult.Builder.setJob_desc(List<JobDesc> job_desc) |
| Constructor and Description |
|---|
JobDesc(JobDesc 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.