| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
AlterSpaceOp |
AlterSpaceReq.op |
| Modifier and Type | Method and Description |
|---|---|
static AlterSpaceOp |
AlterSpaceOp.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
AlterSpaceOp |
AlterSpaceReq.getOp() |
static AlterSpaceOp |
AlterSpaceOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlterSpaceOp[] |
AlterSpaceOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AlterSpaceReq |
AlterSpaceReq.setOp(AlterSpaceOp op) |
AlterSpaceReq.Builder |
AlterSpaceReq.Builder.setOp(AlterSpaceOp op) |
| Constructor and Description |
|---|
AlterSpaceReq(byte[] space_name,
AlterSpaceOp op,
List<byte[]> paras) |
Copyright © 2022. All rights reserved.