| Package | Description |
|---|---|
| com.vesoft.nebula.meta |
| Modifier and Type | Field and Description |
|---|---|
SnapshotStatus |
Snapshot.status |
| Modifier and Type | Method and Description |
|---|---|
static SnapshotStatus |
SnapshotStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
SnapshotStatus |
Snapshot.getStatus() |
static SnapshotStatus |
SnapshotStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotStatus[] |
SnapshotStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.setStatus(SnapshotStatus status) |
Snapshot.Builder |
Snapshot.Builder.setStatus(SnapshotStatus status) |
| Constructor and Description |
|---|
Snapshot(byte[] name,
SnapshotStatus status,
byte[] hosts) |
Copyright © 2022. All rights reserved.