| Package | Description |
|---|---|
| com.sleepycat.je.util |
Supporting utilities.
|
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DbVerifyLog.verify(long startFile,
long endFile)
Verifies the given range of log files in the environment.
|
void |
DbVerifyLog.verifyAll()
Verifies all log files in the environment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogVerifier.verify(byte[] buf,
int off,
int len)
Verifies the next portion of the log file.
|
void |
LogVerifier.verifyAtEof()
Checks that the log file ends with a complete log entry, after having
completed verifying the log file contents through calls to
LogVerifier.verify(byte[], int, int). |
Copyright © 2024. All rights reserved.