| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.drainer | |
| com.vesoft.nebula.meta |
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
static PropertyType |
PropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
PropertyType |
AppendLogRequest.space_vid_type |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
AppendLogRequest.getSpace_vid_type() |
| Modifier and Type | Method and Description |
|---|---|
AppendLogRequest |
AppendLogRequest.setSpace_vid_type(PropertyType space_vid_type) |
AppendLogRequest.Builder |
AppendLogRequest.Builder.setSpace_vid_type(PropertyType space_vid_type) |
| Constructor and Description |
|---|
AppendLogRequest(long clusterId,
int space,
int part,
int part_num,
long last_log_id_to_send,
long last_log_id_sent,
long log_term,
List<LogEntry> log_str_list,
boolean need_cleanup,
boolean is_snapshot,
boolean snapshot_finished,
long snapshot_commitLogId,
byte[] to_space_name,
boolean sync_meta,
PropertyType space_vid_type,
short space_vid_len) |
| Modifier and Type | Field and Description |
|---|---|
PropertyType |
ColumnTypeDef.type |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
ColumnTypeDef.getType() |
| Modifier and Type | Method and Description |
|---|---|
ColumnTypeDef |
ColumnTypeDef.setType(PropertyType type) |
ColumnTypeDef.Builder |
ColumnTypeDef.Builder.setType(PropertyType type) |
| Constructor and Description |
|---|
ColumnTypeDef(PropertyType type) |
ColumnTypeDef(PropertyType type,
short type_length,
GeoShape geo_shape) |
Copyright © 2024. All rights reserved.