| Package | Description |
|---|---|
| io.openmessaging.storage.dledger.exception | |
| io.openmessaging.storage.dledger.protocol | |
| io.openmessaging.storage.dledger.utils |
| Modifier and Type | Method and Description |
|---|---|
DLedgerResponseCode |
DLedgerException.getCode() |
| Constructor and Description |
|---|
DLedgerException(DLedgerResponseCode code,
String message) |
DLedgerException(DLedgerResponseCode code,
String format,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static DLedgerResponseCode |
DLedgerResponseCode.valueOf(int code) |
static DLedgerResponseCode |
DLedgerResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DLedgerResponseCode[] |
DLedgerResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PreConditions.check(boolean expression,
DLedgerResponseCode code) |
static void |
PreConditions.check(boolean expression,
DLedgerResponseCode code,
String message) |
static void |
PreConditions.check(boolean expression,
DLedgerResponseCode code,
String format,
Object... args) |
Copyright © 2023. All rights reserved.