| 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 |
|---|---|
Object |
LogManager.getEntry(long lsn)
Fault in the first object in the log entry log entry at this LSN.
|
LogEntry |
LogManager.getLogEntry(long lsn)
Instantiate all the objects in the log entry at this LSN.
|
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.getWholeLogEntry(long lsn) |
Copyright © 2024. All rights reserved.