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