| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,Map<byte[],PartitionList>> |
HBReq.disk_parts |
| Modifier and Type | Method and Description |
|---|---|
PartitionList |
PartitionList.Builder.build() |
PartitionList |
PartitionList.deepCopy() |
PartitionList |
PartitionList.setPart_list(List<Integer> part_list) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,Map<byte[],PartitionList>> |
HBReq.getDisk_parts() |
| Modifier and Type | Method and Description |
|---|---|
int |
PartitionList.compareTo(PartitionList other) |
| Modifier and Type | Method and Description |
|---|---|
HBReq |
HBReq.setDisk_parts(Map<Integer,Map<byte[],PartitionList>> disk_parts) |
HBReq.Builder |
HBReq.Builder.setDisk_parts(Map<Integer,Map<byte[],PartitionList>> disk_parts) |
| Constructor and Description |
|---|
PartitionList(PartitionList other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
HBReq(HostRole role,
HostAddr host,
long cluster_id,
Map<Integer,List<LeaderInfo>> leader_partIds,
byte[] git_info_sha,
Map<Integer,Map<byte[],PartitionList>> disk_parts,
DirInfo dir,
byte[] version) |
Copyright © 2022. All rights reserved.