| Package | Description |
|---|---|
| com.vesoft.nebula |
| Modifier and Type | Field and Description |
|---|---|
Map<Integer,LogInfo> |
CheckpointInfo.parts |
| Modifier and Type | Method and Description |
|---|---|
LogInfo |
LogInfo.Builder.build() |
LogInfo |
LogInfo.deepCopy() |
LogInfo |
LogInfo.setLog_id(long log_id) |
LogInfo |
LogInfo.setTerm_id(long term_id) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,LogInfo> |
CheckpointInfo.getParts() |
| Modifier and Type | Method and Description |
|---|---|
int |
LogInfo.compareTo(LogInfo other) |
| Modifier and Type | Method and Description |
|---|---|
CheckpointInfo |
CheckpointInfo.setParts(Map<Integer,LogInfo> parts) |
CheckpointInfo.Builder |
CheckpointInfo.Builder.setParts(Map<Integer,LogInfo> parts) |
| Constructor and Description |
|---|
LogInfo(LogInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
CheckpointInfo(int space_id,
Map<Integer,LogInfo> parts,
byte[] path) |
Copyright © 2022. All rights reserved.