| 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 | Field and Description |
|---|---|
protected FileReader.ReadWindow |
FileReader.window |
| Modifier and Type | Method and Description |
|---|---|
protected FileReader.ReadWindow |
FileReader.makeWindow(int readBufferSize)
May be overridden by other FileReaders.
|
| Modifier and Type | Method and Description |
|---|---|
protected FileReader.ReadWindow |
FeederReader.makeWindow(int readBufferSize)
Use a ReadWindow which can read from LogBuffers as well as the physical
file.
|
Copyright © 2024. All rights reserved.