| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.log.entry |
INTERNAL: Classes for serializing/materializing log entries.
|
| com.sleepycat.je.recovery |
INTERNAL: Performs recovery/startup processing during Environment open, and
checkpoints to bound recovery time.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| com.sleepycat.je.txn |
INTERNAL: Transaction management and locking (concurrency control).
|
| com.sleepycat.je.util.verify |
INTERNAL: Scheduled data verifier and Btree verification.
|
| Class and Description |
|---|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| Class and Description |
|---|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| RestoreRequired
This log entry is used to indicate that the environment's log files are not
recoverable and that some sort of curative action should happen first.
|
| Class and Description |
|---|
| INLogEntry
- INLogEntry is used to read/write full-version IN logrecs.
|
| Class and Description |
|---|
| DbOperationType
DbOperationType is a persistent enum used in NameLNLogEntries.
|
| LNLogEntry
An LNLogEntry is the in-memory image of an LN logrec describing a write op
(insertion, update, or deletion) performed by a locker T on a record R.
|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| NameLNLogEntry
NameLNLogEntry contains all the regular LNLogEntry fields and additional
information about the database operation which instigated the logging of
this NameLN.
|
| ReplicableLogEntry
A sub-interface of
LogEntry that must be implemented by all log
entries that can be replicated. |
| RestoreRequired
This log entry is used to indicate that the environment's log files are not
recoverable and that some sort of curative action should happen first.
|
| RestoreRequired.FailureType |
| Class and Description |
|---|
| DbOperationType
DbOperationType is a persistent enum used in NameLNLogEntries.
|
| ErasedLogEntry
When a log entry is erase, it is overwritten in place.
|
| INContainingEntry
An INContainingEntry is a log entry that contains internal nodes.
|
| INLogEntry
- INLogEntry is used to read/write full-version IN logrecs.
|
| LNLogEntry
An LNLogEntry is the in-memory image of an LN logrec describing a write op
(insertion, update, or deletion) performed by a locker T on a record R.
|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| ReplicableLogEntry
A sub-interface of
LogEntry that must be implemented by all log
entries that can be replicated. |
| RestoreRequired.FailureType |
| SingleItemEntry
This class embodies log entries that have a single loggable item.
|
| Class and Description |
|---|
| LNLogEntry
An LNLogEntry is the in-memory image of an LN logrec describing a write op
(insertion, update, or deletion) performed by a locker T on a record R.
|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| Class and Description |
|---|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| RestoreRequired
This log entry is used to indicate that the environment's log files are not
recoverable and that some sort of curative action should happen first.
|
| Class and Description |
|---|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| ReplicableLogEntry
A sub-interface of
LogEntry that must be implemented by all log
entries that can be replicated. |
| Class and Description |
|---|
| LogEntry
A Log entry allows you to read, write and dump a database log entry.
|
| Class and Description |
|---|
| INLogEntry
- INLogEntry is used to read/write full-version IN logrecs.
|
| Class and Description |
|---|
| LNLogEntry
An LNLogEntry is the in-memory image of an LN logrec describing a write op
(insertion, update, or deletion) performed by a locker T on a record R.
|
| Class and Description |
|---|
| RestoreRequired
This log entry is used to indicate that the environment's log files are not
recoverable and that some sort of curative action should happen first.
|
| RestoreRequired.FailureType |
Copyright © 2024. All rights reserved.