| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
DirInfo |
DirInfo.Builder.build() |
DirInfo |
DirInfo.deepCopy() |
DirInfo |
DirInfo.setData(List<byte[]> data) |
DirInfo |
DirInfo.setRoot(byte[] root) |
| Modifier and Type | Method and Description |
|---|---|
int |
DirInfo.compareTo(DirInfo other) |
| Constructor and Description |
|---|
DirInfo(DirInfo other)
Performs a deep copy on other.
|
| Modifier and Type | Field and Description |
|---|---|
DirInfo |
GetMetaDirInfoResp.dir |
DirInfo |
HBReq.dir |
DirInfo |
ServiceInfo.dir |
| Modifier and Type | Method and Description |
|---|---|
DirInfo |
GetMetaDirInfoResp.getDir() |
DirInfo |
HBReq.getDir() |
DirInfo |
ServiceInfo.getDir() |
| Modifier and Type | Method and Description |
|---|---|
GetMetaDirInfoResp |
GetMetaDirInfoResp.setDir(DirInfo dir) |
GetMetaDirInfoResp.Builder |
GetMetaDirInfoResp.Builder.setDir(DirInfo dir) |
HBReq |
HBReq.setDir(DirInfo dir) |
HBReq.Builder |
HBReq.Builder.setDir(DirInfo dir) |
ServiceInfo |
ServiceInfo.setDir(DirInfo dir) |
ServiceInfo.Builder |
ServiceInfo.Builder.setDir(DirInfo dir) |
| Constructor and Description |
|---|
GetMetaDirInfoResp(ErrorCode code,
DirInfo dir) |
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) |
ServiceInfo(DirInfo dir,
HostAddr addr,
HostRole role) |
| Modifier and Type | Field and Description |
|---|---|
DirInfo |
ListClusterInfoResp.dir |
| Modifier and Type | Method and Description |
|---|---|
DirInfo |
ListClusterInfoResp.getDir() |
| Modifier and Type | Method and Description |
|---|---|
ListClusterInfoResp |
ListClusterInfoResp.setDir(DirInfo dir) |
ListClusterInfoResp.Builder |
ListClusterInfoResp.Builder.setDir(DirInfo dir) |
| Constructor and Description |
|---|
ListClusterInfoResp(ResponseCommon result,
DirInfo dir) |
Copyright © 2022. All rights reserved.