| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<PartInfo>> |
RestoreMetaResp.part_hosts |
| Modifier and Type | Method and Description |
|---|---|
PartInfo |
PartInfo.Builder.build() |
PartInfo |
PartInfo.deepCopy() |
PartInfo |
PartInfo.setHosts(List<HostAddr> hosts) |
PartInfo |
PartInfo.setPart_id(int part_id) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<PartInfo>> |
RestoreMetaResp.getPart_hosts() |
| Modifier and Type | Method and Description |
|---|---|
int |
PartInfo.compareTo(PartInfo other) |
| Modifier and Type | Method and Description |
|---|---|
RestoreMetaResp |
RestoreMetaResp.setPart_hosts(Map<Integer,List<PartInfo>> part_hosts) |
RestoreMetaResp.Builder |
RestoreMetaResp.Builder.setPart_hosts(Map<Integer,List<PartInfo>> part_hosts) |
| Constructor and Description |
|---|
PartInfo(PartInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
RestoreMetaResp(ErrorCode code,
HostAddr leader,
Map<Integer,List<PartInfo>> part_hosts) |
Copyright © 2023. All rights reserved.