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