| Package | Description |
|---|---|
| com.vesoft.nebula.storage |
| Modifier and Type | Field and Description |
|---|---|
CatchUpStatus |
CatchUpResp.status |
| Modifier and Type | Method and Description |
|---|---|
static CatchUpStatus |
CatchUpStatus.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CatchUpStatus |
CatchUpResp.getStatus() |
static CatchUpStatus |
CatchUpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatchUpStatus[] |
CatchUpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CatchUpResp |
CatchUpResp.setStatus(CatchUpStatus status) |
CatchUpResp.Builder |
CatchUpResp.Builder.setStatus(CatchUpStatus status) |
| Constructor and Description |
|---|
CatchUpResp(ErrorCode code,
CatchUpStatus status,
long snapshotRows,
long commitLogId,
ResponseCommon result) |
Copyright © 2024. All rights reserved.