| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<Zone> |
ListZonesResp.zones |
| Modifier and Type | Method and Description |
|---|---|
Zone |
Zone.Builder.build() |
Zone |
Zone.deepCopy() |
Zone |
Zone.setNodes(List<HostAddr> nodes) |
Zone |
Zone.setZone_name(byte[] zone_name) |
| Modifier and Type | Method and Description |
|---|---|
List<Zone> |
ListZonesResp.getZones() |
| Modifier and Type | Method and Description |
|---|---|
int |
Zone.compareTo(Zone other) |
| Modifier and Type | Method and Description |
|---|---|
ListZonesResp |
ListZonesResp.setZones(List<Zone> zones) |
ListZonesResp.Builder |
ListZonesResp.Builder.setZones(List<Zone> zones) |
| Constructor and Description |
|---|
Zone(Zone other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListZonesResp(ErrorCode code,
HostAddr leader,
List<Zone> zones) |
Copyright © 2022. All rights reserved.