| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
List<Snapshot> |
ListSnapshotsResp.snapshots |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.Builder.build() |
Snapshot |
Snapshot.deepCopy() |
Snapshot |
Snapshot.setHosts(byte[] hosts) |
Snapshot |
Snapshot.setName(byte[] name) |
Snapshot |
Snapshot.setStatus(SnapshotStatus status) |
| Modifier and Type | Method and Description |
|---|---|
List<Snapshot> |
ListSnapshotsResp.getSnapshots() |
| Modifier and Type | Method and Description |
|---|---|
int |
Snapshot.compareTo(Snapshot other) |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsResp |
ListSnapshotsResp.setSnapshots(List<Snapshot> snapshots) |
ListSnapshotsResp.Builder |
ListSnapshotsResp.Builder.setSnapshots(List<Snapshot> snapshots) |
| Constructor and Description |
|---|
Snapshot(Snapshot other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
ListSnapshotsResp(ErrorCode code,
HostAddr leader,
List<Snapshot> snapshots) |
Copyright © 2022. All rights reserved.