| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| com.sleepycat.je.util.verify |
INTERNAL: Scheduled data verifier and Btree verification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreMarker.createMarkerFile(RestoreRequired.FailureType failureType,
Properties props)
Create the restore marker file.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreRequired.FailureType |
RestoreRequired.getFailureType() |
static RestoreRequired.FailureType |
RestoreRequired.FailureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestoreRequired.FailureType[] |
RestoreRequired.FailureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RestoreRequired(RestoreRequired.FailureType failureType,
Properties props) |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentFailureException |
VerifierUtils.createMarkerFileFromException(RestoreRequired.FailureType failureType,
Throwable origException,
EnvironmentImpl envImpl,
EnvironmentFailureReason reason)
Create the restore marker file from Exception origException and return
an EFE that can be thrown by the caller.
|
Copyright © 2024. All rights reserved.