| Package | Description |
|---|---|
| com.vesoft.nebula | |
| com.vesoft.nebula.meta | |
| com.vesoft.nebula.storage |
| Modifier and Type | Method and Description |
|---|---|
CheckpointInfo |
CheckpointInfo.Builder.build() |
CheckpointInfo |
CheckpointInfo.deepCopy() |
CheckpointInfo |
CheckpointInfo.setParts(Map<Integer,LogInfo> parts) |
CheckpointInfo |
CheckpointInfo.setPath(byte[] path) |
CheckpointInfo |
CheckpointInfo.setSpace_id(int space_id) |
| Modifier and Type | Method and Description |
|---|---|
int |
CheckpointInfo.compareTo(CheckpointInfo other) |
| Constructor and Description |
|---|
CheckpointInfo(CheckpointInfo other)
Performs a deep copy on other.
|
| Modifier and Type | Field and Description |
|---|---|
List<CheckpointInfo> |
HostBackupInfo.checkpoints |
| Modifier and Type | Method and Description |
|---|---|
List<CheckpointInfo> |
HostBackupInfo.getCheckpoints() |
| Modifier and Type | Method and Description |
|---|---|
HostBackupInfo |
HostBackupInfo.setCheckpoints(List<CheckpointInfo> checkpoints) |
HostBackupInfo.Builder |
HostBackupInfo.Builder.setCheckpoints(List<CheckpointInfo> checkpoints) |
| Constructor and Description |
|---|
HostBackupInfo(HostAddr host,
List<CheckpointInfo> checkpoints) |
| Modifier and Type | Field and Description |
|---|---|
List<CheckpointInfo> |
CreateCPResp.info |
| Modifier and Type | Method and Description |
|---|---|
List<CheckpointInfo> |
CreateCPResp.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
CreateCPResp |
CreateCPResp.setInfo(List<CheckpointInfo> info) |
CreateCPResp.Builder |
CreateCPResp.Builder.setInfo(List<CheckpointInfo> info) |
| Constructor and Description |
|---|
CreateCPResp(ResponseCommon result,
List<CheckpointInfo> info) |
Copyright © 2022. All rights reserved.