| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
JobOp |
AdminJobReq.op |
| Modifier and Type | Method and Description |
|---|---|
static JobOp |
JobOp.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
JobOp |
AdminJobReq.getOp() |
static JobOp |
JobOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOp[] |
JobOp.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.setOp(JobOp op) |
AdminJobReq.Builder |
AdminJobReq.Builder.setOp(JobOp op) |
| Constructor and Description |
|---|
AdminJobReq(int space_id,
JobOp op,
JobType type,
List<byte[]> paras) |
Copyright © 2024. All rights reserved.