| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| Modifier and Type | Method and Description |
|---|---|
WholeEntry |
LogManager.getLogEntryAllowInvisible(long lsn)
Instantiate all the objects in the log entry at this LSN.
|
WholeEntry |
LogManager.getLogEntryAllowInvisibleAtRecovery(long lsn,
int size)
Instantiate all the objects in the log entry at this LSN.
|
WholeEntry |
LogManager.getLogEntryDirectFromFile(long lsn)
Reads a log entry using a FileSource, and returns null (rather than
throwing a ChecksumException) if the entry exists in a log buffer that
was not flushed.
|
WholeEntry |
LogManager.getWholeLogEntry(long lsn) |
WholeEntry |
LogManager.getWholeLogEntryHandleNotFound(long lsn) |
Copyright © 2024. All rights reserved.