| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
JobStatus |
StatsItem.status |
JobStatus |
JobDesc.status |
JobStatus |
TaskDesc.status |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
JobStatus |
StatsItem.getStatus() |
JobStatus |
JobDesc.getStatus() |
JobStatus |
TaskDesc.getStatus() |
static JobStatus |
JobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
JobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatsItem |
StatsItem.setStatus(JobStatus status) |
StatsItem.Builder |
StatsItem.Builder.setStatus(JobStatus status) |
JobDesc |
JobDesc.setStatus(JobStatus status) |
JobDesc.Builder |
JobDesc.Builder.setStatus(JobStatus status) |
TaskDesc |
TaskDesc.setStatus(JobStatus status) |
TaskDesc.Builder |
TaskDesc.Builder.setStatus(JobStatus status) |
| Constructor and Description |
|---|
JobDesc(int id,
AdminCmd cmd,
List<String> paras,
JobStatus status,
long start_time,
long stop_time) |
StatsItem(Map<byte[],Long> tag_vertices,
Map<byte[],Long> edges,
long space_vertices,
long space_edges,
Map<Integer,List<Correlativity>> positive_part_correlativity,
Map<Integer,List<Correlativity>> negative_part_correlativity,
JobStatus status) |
TaskDesc(int task_id,
HostAddr host,
JobStatus status,
long start_time,
long stop_time,
int job_id) |
Copyright © 2022. All rights reserved.