| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<ListenerInfo> |
ListListenersResp.listeners |
| Modifier and Type | Method and Description |
|---|---|
ListenerInfo |
ListenerInfo.Builder.build() |
ListenerInfo |
ListenerInfo.deepCopy() |
ListenerInfo |
ListenerInfo.setHost(HostAddr host) |
ListenerInfo |
ListenerInfo.setPart_id(int part_id) |
ListenerInfo |
ListenerInfo.setSpace_name(byte[] space_name) |
ListenerInfo |
ListenerInfo.setStatus(HostStatus status) |
ListenerInfo |
ListenerInfo.setSync_status(SyncStatus sync_status) |
ListenerInfo |
ListenerInfo.setType(ListenerType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ListenerInfo> |
ListListenersResp.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
int |
ListenerInfo.compareTo(ListenerInfo other) |
| Modifier and Type | Method and Description |
|---|---|
ListListenersResp |
ListListenersResp.setListeners(List<ListenerInfo> listeners) |
ListListenersResp.Builder |
ListListenersResp.Builder.setListeners(List<ListenerInfo> listeners) |
| Constructor and Description |
|---|
ListenerInfo(ListenerInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListListenersResp(ErrorCode code,
HostAddr leader,
List<ListenerInfo> listeners) |
Copyright © 2024. All rights reserved.