| Package | Description |
|---|---|
| com.sleepycat.je.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrintFileReader
The PrintFileReader prints out the target log entries.
|
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 |
VLSNDistributionReader
This is a debugging utility which implements the unadvertised DbPrintLog -vd
option, which displays VLSN distribution in a log.
|
Copyright © 2024. All rights reserved.