| Package | Description |
|---|---|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BINDeltaLogEntry
Holds a partial BIN that serves as a live BIN delta.
|
class |
INLogEntry<T extends IN>
- INLogEntry is used to read/write full-version IN logrecs.
|
class |
OldBINDeltaLogEntry
Before log version 9, this was used to hold a OldBINDelta that can be combined
with a BIN when fetched from the log; see getResolvedItem.
|
Copyright © 2024. All rights reserved.