| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
IsolationLevel |
SpaceDesc.isolation_level |
| Modifier and Type | Method and Description |
|---|---|
static IsolationLevel |
IsolationLevel.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
IsolationLevel |
SpaceDesc.getIsolation_level() |
static IsolationLevel |
IsolationLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsolationLevel[] |
IsolationLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceDesc |
SpaceDesc.setIsolation_level(IsolationLevel isolation_level) |
SpaceDesc.Builder |
SpaceDesc.Builder.setIsolation_level(IsolationLevel isolation_level) |
| Constructor and Description |
|---|
SpaceDesc(byte[] space_name,
int partition_num,
int replica_factor,
byte[] charset_name,
byte[] collate_name,
ColumnTypeDef vid_type,
List<byte[]> zone_names,
IsolationLevel isolation_level,
byte[] comment) |
Copyright © 2022. All rights reserved.