| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<PartItem> |
ListPartsResp.parts |
| Modifier and Type | Method and Description |
|---|---|
PartItem |
PartItem.Builder.build() |
PartItem |
PartItem.deepCopy() |
PartItem |
PartItem.setLeader(HostAddr leader) |
PartItem |
PartItem.setLosts(List<HostAddr> losts) |
PartItem |
PartItem.setPart_id(int part_id) |
PartItem |
PartItem.setPeers(List<HostAddr> peers) |
| Modifier and Type | Method and Description |
|---|---|
List<PartItem> |
ListPartsResp.getParts() |
| Modifier and Type | Method and Description |
|---|---|
int |
PartItem.compareTo(PartItem other) |
| Modifier and Type | Method and Description |
|---|---|
ListPartsResp |
ListPartsResp.setParts(List<PartItem> parts) |
ListPartsResp.Builder |
ListPartsResp.Builder.setParts(List<PartItem> parts) |
| Constructor and Description |
|---|
PartItem(PartItem other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListPartsResp(ErrorCode code,
HostAddr leader,
List<PartItem> parts) |
Copyright © 2022. All rights reserved.