| Package | Description |
|---|---|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Method and Description |
|---|---|
INLogEntry<BIN> |
OffHeapCache.createBINLogEntryForCheckpoint(IN parent,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
OffHeapCache.postBINLog(IN parent,
int index,
INLogEntry<BIN> logEntry,
long newLsn) |
| Modifier and Type | Class and Description |
|---|---|
class |
BINDeltaLogEntry
Holds a partial BIN that serves as a live BIN delta.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IN> |
INLogEntry.create(Class<T> INClass)
Construct a log entry for reading.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
IN.logEntry(INLogEntry<BIN> logEntry,
Provisional provisional,
boolean backgroundIO,
IN parent) |
Copyright © 2024. All rights reserved.