| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<HostItem> |
ListHostsResp.hosts |
| Modifier and Type | Method and Description |
|---|---|
HostItem |
HostItem.Builder.build() |
HostItem |
HostItem.deepCopy() |
HostItem |
HostItem.setAll_parts(Map<byte[],List<Integer>> all_parts) |
HostItem |
HostItem.setGit_info_sha(byte[] git_info_sha) |
HostItem |
HostItem.setHostAddr(HostAddr hostAddr) |
HostItem |
HostItem.setLeader_parts(Map<byte[],List<Integer>> leader_parts) |
HostItem |
HostItem.setRole(HostRole role) |
HostItem |
HostItem.setStatus(HostStatus status) |
HostItem |
HostItem.setVersion(byte[] version) |
HostItem |
HostItem.setZone_name(byte[] zone_name) |
| Modifier and Type | Method and Description |
|---|---|
List<HostItem> |
ListHostsResp.getHosts() |
| Modifier and Type | Method and Description |
|---|---|
int |
HostItem.compareTo(HostItem other) |
| Modifier and Type | Method and Description |
|---|---|
ListHostsResp |
ListHostsResp.setHosts(List<HostItem> hosts) |
ListHostsResp.Builder |
ListHostsResp.Builder.setHosts(List<HostItem> hosts) |
| Constructor and Description |
|---|
HostItem(HostItem other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListHostsResp(ErrorCode code,
HostAddr leader,
List<HostItem> hosts) |
Copyright © 2022. All rights reserved.