| Package | Description |
|---|---|
| com.vesoft.nebula.meta | |
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
JobType |
AdminJobReq.type |
JobType |
JobDesc.type |
| Modifier and Type | Method and Description |
|---|---|
static JobType |
JobType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
JobType |
AdminJobReq.getType() |
JobType |
JobDesc.getType() |
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AdminJobReq |
AdminJobReq.setType(JobType type) |
AdminJobReq.Builder |
AdminJobReq.Builder.setType(JobType type) |
JobDesc |
JobDesc.setType(JobType type) |
JobDesc.Builder |
JobDesc.Builder.setType(JobType type) |
| Constructor and Description |
|---|
AdminJobReq(int space_id,
JobOp op,
JobType type,
List<byte[]> paras) |
JobDesc(int space_id,
int job_id,
JobType type,
List<String> paras,
JobStatus status,
long start_time,
long stop_time,
ErrorCode code) |
| Modifier and Type | Field and Description |
|---|---|
JobType |
AddTaskRequest.job_type |
| Modifier and Type | Method and Description |
|---|---|
JobType |
AddTaskRequest.getJob_type() |
| Modifier and Type | Method and Description |
|---|---|
AddTaskRequest |
AddTaskRequest.setJob_type(JobType job_type) |
AddTaskRequest.Builder |
AddTaskRequest.Builder.setJob_type(JobType job_type) |
| Constructor and Description |
|---|
AddTaskRequest(JobType job_type,
int job_id,
int task_id,
TaskPara para) |
Copyright © 2023. All rights reserved.