| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,List<LeaderInfo>> |
HBReq.leader_partIds |
| Modifier and Type | Method and Description |
|---|---|
LeaderInfo |
LeaderInfo.Builder.build() |
LeaderInfo |
LeaderInfo.deepCopy() |
LeaderInfo |
LeaderInfo.setPart_id(int part_id) |
LeaderInfo |
LeaderInfo.setTerm(long term) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,List<LeaderInfo>> |
HBReq.getLeader_partIds() |
| Modifier and Type | Method and Description |
|---|---|
int |
LeaderInfo.compareTo(LeaderInfo other) |
| Modifier and Type | Method and Description |
|---|---|
HBReq |
HBReq.setLeader_partIds(Map<Integer,List<LeaderInfo>> leader_partIds) |
HBReq.Builder |
HBReq.Builder.setLeader_partIds(Map<Integer,List<LeaderInfo>> leader_partIds) |
| Constructor and Description |
|---|
LeaderInfo(LeaderInfo 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.