| 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.incomp |
INTERNAL: IN compressor performs background deletion of defunct IN slots
and deletes empty INs.
|
| com.sleepycat.je.tree |
INTERNAL: Btree data structure (the JE main cache), including persistent
nodes classes, and Btree access methods.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentImpl.addToCompressorQueue(Collection<BINReference> binRefs)
Tells the asynchronous IN compressor thread about a collections of
BINReferences with deleted entries.
|
| Modifier and Type | Method and Description |
|---|---|
BIN |
INCompressor.searchForBIN(DatabaseImpl db,
BINReference binRef)
Search the tree for the BIN that corresponds to this BINReference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INCompressor.addMultipleBinRefsToQueue(Collection<BINReference> binRefs)
Adds an entire collection of BINReferences to the queue at once.
|
| Modifier and Type | Method and Description |
|---|---|
BINReference |
BIN.createReference() |
Copyright © 2024. All rights reserved.