| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<ListenerInfo> |
ListListenerResp.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.setStatus(HostStatus status) |
ListenerInfo |
ListenerInfo.setType(ListenerType type) |
| Modifier and Type | Method and Description |
|---|---|
List<ListenerInfo> |
ListListenerResp.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
int |
ListenerInfo.compareTo(ListenerInfo other) |
| Modifier and Type | Method and Description |
|---|---|
ListListenerResp |
ListListenerResp.setListeners(List<ListenerInfo> listeners) |
ListListenerResp.Builder |
ListListenerResp.Builder.setListeners(List<ListenerInfo> listeners) |
| Constructor and Description |
|---|
ListenerInfo(ListenerInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListListenerResp(ErrorCode code,
HostAddr leader,
List<ListenerInfo> listeners) |
Copyright © 2022. All rights reserved.