| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
SyncStatus |
SyncInfo.status |
| Modifier and Type | Method and Description |
|---|---|
static SyncStatus |
SyncStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
SyncStatus |
SyncInfo.getStatus() |
static SyncStatus |
SyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncStatus[] |
SyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SyncInfo |
SyncInfo.setStatus(SyncStatus status) |
SyncInfo.Builder |
SyncInfo.Builder.setStatus(SyncStatus status) |
| Constructor and Description |
|---|
SyncInfo(long time_latency,
long id_lag,
SyncStatus status) |
| Modifier and Type | Field and Description |
|---|---|
SyncStatus |
ListenerInfo.sync_status |
| Modifier and Type | Method and Description |
|---|---|
SyncStatus |
ListenerInfo.getSync_status() |
| Modifier and Type | Method and Description |
|---|---|
ListenerInfo |
ListenerInfo.setSync_status(SyncStatus sync_status) |
ListenerInfo.Builder |
ListenerInfo.Builder.setSync_status(SyncStatus sync_status) |
| Constructor and Description |
|---|
ListenerInfo(ListenerType type,
HostAddr host,
int part_id,
HostStatus status,
SyncStatus sync_status,
byte[] space_name) |
Copyright © 2024. All rights reserved.