| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.rep.stream |
INTERNAL: Feeding and syncup (init) of rep stream from master node to
other node types (replicas, etc).
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckpointFileReader
CheckpointFileReader searches for root and checkpoint entries.
|
class |
CleanerFileReader
CleanerFileReader scans log files for INs and LNs.
|
class |
DumpFileReader
The DumpFileReader prints every log entry to stdout.
|
class |
INFileReader
INFileReader supports recovery by scanning log files during the IN rebuild
pass.
|
class |
LastFileReader
LastFileReader traverses the last log file, doing checksums and looking for
the end of the log.
|
class |
LNFileReader
LNFileReader scans log files for LNs.
|
class |
PrintFileReader
The PrintFileReader prints out the target log entries.
|
class |
ScavengerFileReader
A ScavengerFileReader reads the log backwards.
|
class |
SearchFileReader
SearchFileReader searches for the a given entry type.
|
class |
StatsFileReader
The StatsFileReader generates stats about the log entries read, such as the
count of each type of entry, the number of bytes, minimum and maximum sized
log entry.
|
class |
UtilizationFileReader
Summarizes the utilized and unutilized portion of each log file by examining
each log entry.
|
class |
VLSNDistributionReader
This is a debugging utility which implements the unadvertised DbPrintLog -vd
option, which displays VLSN distribution in a log.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeederReader
The FeederReader is a flavor of VLSNReader which supports replication
stream feeding.
|
class |
FeederSyncupReader
The FeederSyncupReader scans the log backwards for requested log entries.
|
class |
ReplicaSyncupReader
The ReplicaSyncupReader scans the log backwards for requested log entries.
|
Copyright © 2024. All rights reserved.