| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
EngineSignType |
BlockingSignRequest.sign |
| Modifier and Type | Method and Description |
|---|---|
static EngineSignType |
EngineSignType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
EngineSignType |
BlockingSignRequest.getSign() |
static EngineSignType |
EngineSignType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EngineSignType[] |
EngineSignType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BlockingSignRequest |
BlockingSignRequest.setSign(EngineSignType sign) |
BlockingSignRequest.Builder |
BlockingSignRequest.Builder.setSign(EngineSignType sign) |
| Constructor and Description |
|---|
BlockingSignRequest(EngineSignType sign) |
BlockingSignRequest(List<Integer> space_ids,
EngineSignType sign) |
Copyright © 2022. All rights reserved.