| Package | Description |
|---|---|
| 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.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| 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.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| Modifier and Type | Method and Description |
|---|---|
VLSNRecoveryProxy |
EnvironmentImpl.getVLSNProxy() |
| Modifier and Type | Method and Description |
|---|---|
VLSNRecoveryProxy |
INFileReader.getVLSNProxy() |
| Modifier and Type | Field and Description |
|---|---|
VLSNRecoveryProxy |
RecoveryInfo.vlsnProxy |
| Modifier and Type | Method and Description |
|---|---|
VLSNRecoveryProxy |
RepImpl.getVLSNProxy()
Used by environment recovery to get a tracker to collect VLSN-LSN
mappings that are within the recovery part of the log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
VLSNRecoveryTracker
{@literal
The VLSNRecoveryTracker is used as a transient tracker at recovery time.
|
Copyright © 2024. All rights reserved.